#7524E2
A medium, vivid purple closely aligning with Blueviolet.
About #7524E2
The precise color #7524E2 is an excellent choice for modern design projects. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 36, and 226.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 84% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7524E2
RGB117, 36, 226
HSL265.6°, 76.6%, 51.4%
CMYK48%, 84%, 0%, 11%
HSV265.6°, 84.1%, 88.6%
LAB38.8, 69.4, -80.5
XYZ21.7, 10.5, 72.8
Decimal7677154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7524E2;
}
.text-color {
color: #7524E2;
}
.border-color {
border: 2px solid #7524E2;
}