#7C49E2
A medium, vivid purple closely aligning with Darkorchid.
About #7C49E2
The precise color #7C49E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 73, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 45% C, 68% M, 0% Y, and 11% K. The HSL representation is 260.0° hue, 72.5% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C49E2
RGB124, 73, 226
HSL260.0°, 72.5%, 58.6%
CMYK45%, 68%, 0%, 11%
HSV260.0°, 67.7%, 88.6%
LAB45.0, 54.9, -70.3
XYZ24.4, 14.5, 73.5
Decimal8145378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.14:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C49E2;
}
.text-color {
color: #7C49E2;
}
.border-color {
border: 2px solid #7C49E2;
}