#6D00BD
A dark, vivid purple closely aligning with Blueviolet.
About #6D00BD
The hex code #6D00BD represents a beautifully specific shade of purple. Its closest recognized web color is Blueviolet. Its digital footprint relies on 109 parts red, 0 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 42% C, 100% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6D00BD
RGB109, 0, 189
HSL274.6°, 100.0%, 37.1%
CMYK42%, 100%, 0%, 26%
HSV274.6°, 100.0%, 74.1%
LAB31.6, 67.8, -70.8
XYZ15.5, 6.9, 48.7
Decimal7143613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.80:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D00BD;
}
.text-color {
color: #6D00BD;
}
.border-color {
border: 2px solid #6D00BD;
}