#6624D3
A medium, vivid purple closely aligning with Blueviolet.
About #6624D3
Visually, #6624D3 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(102, 36, 211).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 52% cyan, 83% magenta, 0% yellow, and 17% black. With a hue angle of 262.6 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6624D3
RGB102, 36, 211
HSL262.6°, 70.9%, 48.4%
CMYK52%, 83%, 0%, 17%
HSV262.6°, 82.9%, 82.7%
LAB35.6, 64.1, -77.2
XYZ17.9, 8.8, 62.4
Decimal6694099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.28:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6624D3;
}
.text-color {
color: #6624D3;
}
.border-color {
border: 2px solid #6624D3;
}