#7542E9
A medium, vivid purple closely aligning with Blueviolet.
About #7542E9
Visually, #7542E9 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(117, 66, 233).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 50% cyan and 72% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7542E9
RGB117, 66, 233
HSL258.3°, 79.1%, 58.6%
CMYK50%, 72%, 0%, 9%
HSV258.3°, 71.7%, 91.4%
LAB43.6, 59.1, -76.5
XYZ24.0, 13.6, 78.4
Decimal7684841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7542E9;
}
.text-color {
color: #7542E9;
}
.border-color {
border: 2px solid #7542E9;
}