#6D33BD
A medium, moderate purple closely aligning with Darkorchid.
About #6D33BD
At its core, #6D33BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 51, and 189.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 42% cyan and 73% magenta inks. The HSL representation is 265.2° hue, 57.5% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D33BD
RGB109, 51, 189
HSL265.2°, 57.5%, 47.1%
CMYK42%, 73%, 0%, 26%
HSV265.2°, 73.0%, 74.1%
LAB36.5, 53.4, -62.7
XYZ16.7, 9.3, 49.1
Decimal7156669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D33BD;
}
.text-color {
color: #6D33BD;
}
.border-color {
border: 2px solid #6D33BD;
}