#6D1DE2
A medium, vivid purple closely aligning with Blueviolet.
About #6D1DE2
The hex code #6D1DE2 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 29, and 226.
If you are designing for print, the four-color process is what matters most. The color uses 52% Cyan, 87% Magenta, 0% Yellow, and 11% Black. The HSL representation is 264.4° hue, 77.3% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. 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#6D1DE2
RGB109, 29, 226
HSL264.4°, 77.3%, 50.0%
CMYK52%, 87%, 0%, 11%
HSV264.4°, 87.2%, 88.6%
LAB37.2, 70.6, -83.2
XYZ20.5, 9.6, 72.7
Decimal7151074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1DE2;
}
.text-color {
color: #6D1DE2;
}
.border-color {
border: 2px solid #6D1DE2;
}