#7C1DD3
A medium, vivid purple closely aligning with Blueviolet.
About #7C1DD3
The hex code #7C1DD3 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(124, 29, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 86% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1DD3
RGB124, 29, 211
HSL271.3°, 75.8%, 47.1%
CMYK41%, 86%, 0%, 17%
HSV271.3°, 86.3%, 82.7%
LAB37.6, 68.9, -73.8
XYZ20.5, 9.9, 62.5
Decimal8134099
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DD3;
}
.text-color {
color: #7C1DD3;
}
.border-color {
border: 2px solid #7C1DD3;
}