#6D16D3
A medium, vivid purple closely aligning with Blueviolet.
About #6D16D3
The precise color #6D16D3 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, 22, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 48% Cyan, 90% Magenta, 0% Yellow, and 17% Black. The HSL representation is 267.6° hue, 81.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D16D3
RGB109, 22, 211
HSL267.6°, 81.1%, 45.7%
CMYK48%, 90%, 0%, 17%
HSV267.6°, 89.6%, 82.7%
LAB35.1, 68.9, -78.0
XYZ18.4, 8.5, 62.3
Decimal7149267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D16D3;
}
.text-color {
color: #6D16D3;
}
.border-color {
border: 2px solid #6D16D3;
}