Shades of Dark Magenta #76129D
Tints of Dark Magenta #76129D
RGB
CMYK
RGB Variations
Color information
#76129D (or 0x76129D) is known color: Dark Magenta. HEX triplet: 76, 12 and 9D. RGB value is (118,18,157). Sum of RGB (Red+Green+Blue) = 118+18+157=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #76129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76129D is #89ED62. Grayscale: #3F3F3F. Windows color (decimal): -9039203 or 10293878. OLE color: 10293878.
HSL color Cylindrical-coordinate representation of color #76129D: hue angle of 283.17º degrees, saturation: 0.79, 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 #76129D is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 18 | 157 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.38 |
| HSL | 283.17º | 0.79% | 0.34% | - |
| HSV(B) | 283.17º | 0.89% | 0.62% | - |
| XYZ | 13.77 | 6.72 | 32.47 | - |
| YUV | 63.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 157 | 0.25 | 0.89 | 0 | 0.38 | 283.17 | 0.79 | 0.34 |
| Hex | 76 | 12 | 9D | 19 | 59 | 0 | 26 | 11B | 4F | 22 |
| Octal | 166 | 22 | 235 | 31 | 131 | 0 | 46 | 433 | 117 | 42 |
| Binary | 1110110 | 10010 | 10011101 | 11001 | 1011001 | 0 | 100110 | 100011011 | 1001111 | 100010 |
Color Harmonies of #76129D
Complementary color
Monochromatic Colors of #76129D
Black with #76129D
Text Example
Text Example
White with #76129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76129D; }
p { color: rgb(118,18,157); }
H1.HeaderClassName
{
color: #76129D;
}
.AnyTagClassName
{
color: #76129D;
}
</style>
background-color css
<style>
a { background-color: #76129D; }
a { background-color: rgb(118,18,157); }
div.DivClassName
{
background-color: #76129D;
}
.BgClassName
{
background-color: #76129D;
}
</style>
border-color css
<style>
span { border-color: #76129D; }
span { border-color: rgb(118,18,157); }
td.TdClassName
{
border-color: #76129D;
}
.TagClassName
{
border-color: #76129D;
}
</style>