#6600A8
A dark, vivid purple closely aligning with Darkorchid.
About #6600A8
When working with digital screens, the color #6600A8 is rendered by mixing light. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 102 red, 0 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6600A8
RGB102, 0, 168
HSL276.4°, 100.0%, 32.9%
CMYK39%, 100%, 0%, 34%
HSV276.4°, 100.0%, 65.9%
LAB28.5, 62.7, -63.4
XYZ12.5, 5.7, 37.5
Decimal6684840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.86:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.42:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6600A8;
}
.text-color {
color: #6600A8;
}
.border-color {
border: 2px solid #6600A8;
}