#750799
A dark, vivid magenta closely aligning with Indigo.
About #750799
At its core, #750799 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(117, 7, 153).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 24% cyan and 95% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#750799
RGB117, 7, 153
HSL285.2°, 91.2%, 31.4%
CMYK24%, 95%, 0%, 40%
HSV285.2°, 95.4%, 60.0%
LAB30.0, 60.4, -51.8
XYZ13.2, 6.2, 30.6
Decimal7669657
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.35:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.93:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750799;
}
.text-color {
color: #750799;
}
.border-color {
border: 2px solid #750799;
}