#6607CC
A medium, vivid purple closely aligning with Blueviolet.
About #6607CC
Visually, #6607CC is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 7, and 204.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 97% magenta, 0% yellow, and 20% black. The HSL representation is 268.9° hue, 93.4% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6607CC
RGB102, 7, 204
HSL268.9°, 93.4%, 41.4%
CMYK50%, 97%, 0%, 20%
HSV268.9°, 96.6%, 80.0%
LAB32.6, 69.4, -78.1
XYZ16.5, 7.3, 57.7
Decimal6686668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.51:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.13:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6607CC;
}
.text-color {
color: #6607CC;
}
.border-color {
border: 2px solid #6607CC;
}