#7542E2
A medium, vivid purple closely aligning with Blueviolet.
About #7542E2
Visually, #7542E2 is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 117 red, 66 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 71% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7542E2
RGB117, 66, 226
HSL259.1°, 73.4%, 57.3%
CMYK48%, 71%, 0%, 11%
HSV259.1°, 70.8%, 88.6%
LAB43.0, 57.2, -73.5
XYZ23.0, 13.2, 73.3
Decimal7684834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.78:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7542E2;
}
.text-color {
color: #7542E2;
}
.border-color {
border: 2px solid #7542E2;
}