#6D0FE2
A medium, vivid purple closely aligning with Blueviolet.
About #6D0FE2
The precise color #6D0FE2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(109, 15, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 52% cyan, 93% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
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#6D0FE2
RGB109, 15, 226
HSL266.7°, 87.6%, 47.3%
CMYK52%, 93%, 0%, 11%
HSV266.7°, 93.4%, 88.6%
LAB36.1, 73.6, -84.9
XYZ20.2, 9.1, 72.6
Decimal7147490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.46:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0FE2;
}
.text-color {
color: #6D0FE2;
}
.border-color {
border: 2px solid #6D0FE2;
}