#7C24F8
A medium, vivid purple closely aligning with Blueviolet.
About #7C24F8
The hex code #7C24F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(124, 36, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 85% M, 0% Y, and 3% K. With a hue angle of 264.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C24F8
RGB124, 36, 248
HSL264.9°, 93.8%, 55.7%
CMYK50%, 85%, 0%, 3%
HSV264.9°, 85.5%, 97.3%
LAB41.7, 75.3, -88.0
XYZ25.9, 12.3, 89.8
Decimal8135928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C24F8;
}
.text-color {
color: #7C24F8;
}
.border-color {
border: 2px solid #7C24F8;
}