#7C16CC
A medium, vivid purple closely aligning with Blueviolet.
About #7C16CC
At its core, #7C16CC is a medium and vivid hue. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(124, 22, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 89% M, 0% Y, and 20% K. The HSL representation is 273.6° hue, 80.5% saturation, and 44.3% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C16CC
RGB124, 22, 204
HSL273.6°, 80.5%, 44.3%
CMYK39%, 89%, 0%, 20%
HSV273.6°, 89.2%, 80.0%
LAB36.4, 69.0, -71.7
XYZ19.5, 9.2, 57.9
Decimal8132300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.38:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.06:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C16CC;
}
.text-color {
color: #7C16CC;
}
.border-color {
border: 2px solid #7C16CC;
}