Shades of Dark Magenta #77129C
Tints of Dark Magenta #77129C
RGB
CMYK
RGB Variations
Color information
#77129C (or 0x77129C) is known color: Dark Magenta. HEX triplet: 77, 12 and 9C. RGB value is (119,18,156). Sum of RGB (Red+Green+Blue) = 119+18+156=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #77129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77129C is #88ED63. Grayscale: #3F3F3F. Windows color (decimal): -8973668 or 10228343. OLE color: 10228343.
HSL color Cylindrical-coordinate representation of color #77129C: hue angle of 283.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77129C is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 18 | 156 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.39 |
| HSL | 283.91º | 0.79% | 0.34% | - |
| HSV(B) | 283.91º | 0.88% | 0.61% | - |
| XYZ | 13.82 | 6.75 | 32.03 | - |
| YUV | 63.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 156 | 0.24 | 0.88 | 0 | 0.39 | 283.91 | 0.79 | 0.34 |
| Hex | 77 | 12 | 9C | 18 | 58 | 0 | 27 | 11C | 4F | 22 |
| Octal | 167 | 22 | 234 | 30 | 130 | 0 | 47 | 434 | 117 | 42 |
| Binary | 1110111 | 10010 | 10011100 | 11000 | 1011000 | 0 | 100111 | 100011100 | 1001111 | 100010 |
Color Harmonies of #77129C
Complementary color
Monochromatic Colors of #77129C
Black with #77129C
Text Example
Text Example
White with #77129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77129C; }
p { color: rgb(119,18,156); }
H1.HeaderClassName
{
color: #77129C;
}
.AnyTagClassName
{
color: #77129C;
}
</style>
background-color css
<style>
a { background-color: #77129C; }
a { background-color: rgb(119,18,156); }
div.DivClassName
{
background-color: #77129C;
}
.BgClassName
{
background-color: #77129C;
}
</style>
border-color css
<style>
span { border-color: #77129C; }
span { border-color: rgb(119,18,156); }
td.TdClassName
{
border-color: #77129C;
}
.TagClassName
{
border-color: #77129C;
}
</style>