#5024CC
A medium, vivid purple closely aligning with Blueviolet.
About #5024CC
Visually, #5024CC is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 36, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 61% C, 82% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
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#5024CC
RGB80, 36, 204
HSL255.7°, 70.0%, 47.1%
CMYK61%, 82%, 0%, 20%
HSV255.7°, 82.4%, 80.0%
LAB32.5, 60.0, -78.2
XYZ14.8, 7.3, 57.8
Decimal5252300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.52:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5024CC;
}
.text-color {
color: #5024CC;
}
.border-color {
border: 2px solid #5024CC;
}