#7C1DA0
A dark, moderate purple closely aligning with Darkmagenta.
About #7C1DA0
Visually, #7C1DA0 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 29, and 160.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 22% cyan, 82% magenta, 0% yellow, and 37% black. The HSL representation is 283.5° hue, 69.3% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C1DA0
RGB124, 29, 160
HSL283.5°, 69.3%, 37.1%
CMYK22%, 82%, 0%, 37%
HSV283.5°, 81.9%, 62.7%
LAB33.4, 58.0, -50.5
XYZ15.1, 7.7, 33.9
Decimal8134048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.27:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.90:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DA0;
}
.text-color {
color: #7C1DA0;
}
.border-color {
border: 2px solid #7C1DA0;
}