#7C3A8A
A dark, moderate magenta closely aligning with Rebeccapurple.
About #7C3A8A
At its core, #7C3A8A is a dark and moderate hue. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 58, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 10% cyan, 58% magenta, 0% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C3A8A
RGB124, 58, 138
HSL289.5°, 40.8%, 38.4%
CMYK10%, 58%, 0%, 46%
HSV289.5°, 58.0%, 54.1%
LAB36.3, 41.4, -32.4
XYZ14.4, 9.1, 25.1
Decimal8141450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.42:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.09:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3A8A;
}
.text-color {
color: #7C3A8A;
}
.border-color {
border: 2px solid #7C3A8A;
}