#6616C5
A medium, vivid purple closely aligning with Blueviolet.
About #6616C5
When working with digital screens, the color #6616C5 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 102 red, 22 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 48% C, 89% M, 0% Y, and 23% K. With a hue angle of 267.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6616C5
RGB102, 22, 197
HSL267.4°, 79.9%, 42.9%
CMYK48%, 89%, 0%, 23%
HSV267.4°, 88.8%, 77.3%
LAB32.8, 65.0, -73.7
XYZ15.8, 7.4, 53.4
Decimal6690501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.45:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.07:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6616C5;
}
.text-color {
color: #6616C5;
}
.border-color {
border: 2px solid #6616C5;
}