Shades of Dark Magenta #750D9A
Tints of Dark Magenta #750D9A
RGB
CMYK
RGB Variations
Color information
#750D9A (or 0x750D9A) is known color: Dark Magenta. HEX triplet: 75, 0D and 9A. RGB value is (117,13,154). Sum of RGB (Red+Green+Blue) = 117+13+154=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #750D9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750D9A is #8AF265. Grayscale: #3B3B3B. Windows color (decimal): -9106022 or 10095989. OLE color: 10095989.
HSL color Cylindrical-coordinate representation of color #750D9A: hue angle of 284.26º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750D9A is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 13 | 154 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.40 |
| HSL | 284.26º | 0.84% | 0.33% | - |
| HSV(B) | 284.26º | 0.92% | 0.6% | - |
| XYZ | 13.31 | 6.4 | 31.11 | - |
| YUV | 60.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 154 | 0.24 | 0.92 | 0 | 0.40 | 284.26 | 0.84 | 0.33 |
| Hex | 75 | D | 9A | 18 | 5C | 0 | 28 | 11C | 54 | 21 |
| Octal | 165 | 15 | 232 | 30 | 134 | 0 | 50 | 434 | 124 | 41 |
| Binary | 1110101 | 1101 | 10011010 | 11000 | 1011100 | 0 | 101000 | 100011100 | 1010100 | 100001 |
Color Harmonies of #750D9A
Complementary color
Monochromatic Colors of #750D9A
Black with #750D9A
Text Example
Text Example
White with #750D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D9A; }
p { color: rgb(117,13,154); }
H1.HeaderClassName
{
color: #750D9A;
}
.AnyTagClassName
{
color: #750D9A;
}
</style>
background-color css
<style>
a { background-color: #750D9A; }
a { background-color: rgb(117,13,154); }
div.DivClassName
{
background-color: #750D9A;
}
.BgClassName
{
background-color: #750D9A;
}
</style>
border-color css
<style>
span { border-color: #750D9A; }
span { border-color: rgb(117,13,154); }
td.TdClassName
{
border-color: #750D9A;
}
.TagClassName
{
border-color: #750D9A;
}
</style>