Shades of Dark Magenta #76119D
Tints of Dark Magenta #76119D
RGB
CMYK
RGB Variations
Color information
#76119D (or 0x76119D) is known color: Dark Magenta. HEX triplet: 76, 11 and 9D. RGB value is (118,17,157). Sum of RGB (Red+Green+Blue) = 118+17+157=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #76119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76119D is #89EE62. Grayscale: #3E3E3E. Windows color (decimal): -9039459 or 10293622. OLE color: 10293622.
HSL color Cylindrical-coordinate representation of color #76119D: hue angle of 283.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76119D is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 17 | 157 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.38 |
| HSL | 283.29º | 0.8% | 0.34% | - |
| HSV(B) | 283.29º | 0.89% | 0.62% | - |
| XYZ | 13.76 | 6.69 | 32.46 | - |
| YUV | 63.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 157 | 0.25 | 0.89 | 0 | 0.38 | 283.29 | 0.8 | 0.34 |
| Hex | 76 | 11 | 9D | 19 | 59 | 0 | 26 | 11B | 50 | 22 |
| Octal | 166 | 21 | 235 | 31 | 131 | 0 | 46 | 433 | 120 | 42 |
| Binary | 1110110 | 10001 | 10011101 | 11001 | 1011001 | 0 | 100110 | 100011011 | 1010000 | 100010 |
Color Harmonies of #76119D
Complementary color
Monochromatic Colors of #76119D
Black with #76119D
Text Example
Text Example
White with #76119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76119D; }
p { color: rgb(118,17,157); }
H1.HeaderClassName
{
color: #76119D;
}
.AnyTagClassName
{
color: #76119D;
}
</style>
background-color css
<style>
a { background-color: #76119D; }
a { background-color: rgb(118,17,157); }
div.DivClassName
{
background-color: #76119D;
}
.BgClassName
{
background-color: #76119D;
}
</style>
border-color css
<style>
span { border-color: #76119D; }
span { border-color: rgb(118,17,157); }
td.TdClassName
{
border-color: #76119D;
}
.TagClassName
{
border-color: #76119D;
}
</style>