#750F75
A dark, vivid magenta closely aligning with Purple.
About #750F75
When working with digital screens, the color #750F75 is rendered by mixing light. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(117, 15, 117).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 87% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#750F75
RGB117, 15, 117
HSL300.0°, 77.3%, 25.9%
CMYK0%, 87%, 0%, 54%
HSV300.0°, 87.2%, 45.9%
LAB27.9, 52.5, -32.7
XYZ10.7, 5.4, 17.3
Decimal7671669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.09:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.64:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F75;
}
.text-color {
color: #750F75;
}
.border-color {
border: 2px solid #750F75;
}