#7524F0
A medium, vivid purple closely aligning with Blueviolet.
About #7524F0
Visually, #7524F0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 117 parts red, 36 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 85% M, 0% Y, and 6% K. The HSL representation is 263.8° hue, 87.2% saturation, and 54.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7524F0
RGB117, 36, 240
HSL263.8°, 87.2%, 54.1%
CMYK51%, 85%, 0%, 6%
HSV263.8°, 85.0%, 94.1%
LAB40.1, 72.7, -86.2
XYZ23.7, 11.3, 83.4
Decimal7677168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.43:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7524F0;
}
.text-color {
color: #7524F0;
}
.border-color {
border: 2px solid #7524F0;
}