#7533F0
A medium, vivid purple closely aligning with Blueviolet.
About #7533F0
The hex code #7533F0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 117 red, 51 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 51% cyan and 79% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7533F0
RGB117, 51, 240
HSL261.0°, 86.3%, 57.1%
CMYK51%, 79%, 0%, 6%
HSV261.0°, 78.8%, 94.1%
LAB41.9, 67.5, -83.3
XYZ24.2, 12.4, 83.6
Decimal7681008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.02:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7533F0;
}
.text-color {
color: #7533F0;
}
.border-color {
border: 2px solid #7533F0;
}