#6D1DDB
A medium, vivid purple closely aligning with Blueviolet.
About #6D1DDB
The precise color #6D1DDB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 109 parts red, 29 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 87% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D1DDB
RGB109, 29, 219
HSL265.3°, 76.6%, 48.6%
CMYK50%, 87%, 0%, 14%
HSV265.3°, 86.8%, 85.9%
LAB36.5, 69.0, -80.3
XYZ19.5, 9.2, 67.8
Decimal7151067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.37:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.05:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1DDB;
}
.text-color {
color: #6D1DDB;
}
.border-color {
border: 2px solid #6D1DDB;
}