#6624A0
A dark, moderate purple closely aligning with Indigo.
About #6624A0
The hex code #6624A0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(102, 36, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 36% Cyan, 78% Magenta, 0% Yellow, and 37% Black. With a hue angle of 271.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6624A0
RGB102, 36, 160
HSL271.9°, 63.3%, 38.4%
CMYK36%, 78%, 0%, 37%
HSV271.9°, 77.5%, 62.7%
LAB30.9, 51.7, -54.6
XYZ12.5, 6.6, 33.9
Decimal6694048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6624A0;
}
.text-color {
color: #6624A0;
}
.border-color {
border: 2px solid #6624A0;
}