#6D1DC5
A medium, vivid purple closely aligning with Blueviolet.
About #6D1DC5
At its core, #6D1DC5 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(109, 29, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 45% Cyan, 85% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D1DC5
RGB109, 29, 197
HSL268.6°, 74.3%, 44.3%
CMYK45%, 85%, 0%, 23%
HSV268.6°, 85.3%, 77.3%
LAB34.3, 63.9, -71.1
XYZ16.8, 8.2, 53.5
Decimal7151045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.98:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.63:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1DC5;
}
.text-color {
color: #6D1DC5;
}
.border-color {
border: 2px solid #6D1DC5;
}