#662CCC
A medium, moderate purple closely aligning with Blueviolet.
About #662CCC
Visually, #662CCC is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(102, 44, 204).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 50% cyan and 78% magenta inks. With a hue angle of 261.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#662CCC
RGB102, 44, 204
HSL261.8°, 64.5%, 48.6%
CMYK50%, 78%, 0%, 20%
HSV261.8°, 78.4%, 80.0%
LAB36.0, 59.3, -72.5
XYZ17.3, 9.0, 58.0
Decimal6696140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.51:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.18:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CCC;
}
.text-color {
color: #662CCC;
}
.border-color {
border: 2px solid #662CCC;
}