#6D33CC
A medium, moderate purple closely aligning with Darkorchid.
About #6D33CC
Visually, #6D33CC is defined as a moderate purple. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(109, 51, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 75% M, 0% Y, and 20% K. With a hue angle of 262.7 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D33CC
RGB109, 51, 204
HSL262.7°, 60.0%, 50.0%
CMYK47%, 75%, 0%, 20%
HSV262.7°, 75.0%, 80.0%
LAB37.8, 57.3, -69.4
XYZ18.4, 10.0, 58.1
Decimal7156684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D33CC;
}
.text-color {
color: #6D33CC;
}
.border-color {
border: 2px solid #6D33CC;
}