Shades of Dark Magenta #77009E
Tints of Dark Magenta #77009E
RGB
CMYK
RGB Variations
Color information
#77009E (or 0x77009E) is known color: Dark Magenta. HEX triplet: 77, 00 and 9E. RGB value is (119,0,158). Sum of RGB (Red+Green+Blue) = 119+0+158=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #77009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77009E is #88FF61. Grayscale: #353535. Windows color (decimal): -8978274 or 10354807. OLE color: 10354807.
HSL color Cylindrical-coordinate representation of color #77009E: hue angle of 285.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77009E is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 0 | 158 | - |
| CMYK | 0.25 | 1 | 0 | 0.38 |
| HSL | 285.19º | 1% | 0.31% | - |
| HSV(B) | 285.19º | 1% | 0.62% | - |
| XYZ | 13.78 | 6.39 | 32.86 | - |
| YUV | 53.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 158 | 0.25 | 1 | 0 | 0.38 | 285.19 | 1 | 0.31 |
| Hex | 77 | 0 | 9E | 19 | 64 | 0 | 26 | 11D | 64 | 1F |
| Octal | 167 | 0 | 236 | 31 | 144 | 0 | 46 | 435 | 144 | 37 |
| Binary | 1110111 | 0 | 10011110 | 11001 | 1100100 | 0 | 100110 | 100011101 | 1100100 | 11111 |
Color Harmonies of #77009E
Complementary color
Monochromatic Colors of #77009E
Black with #77009E
Text Example
Text Example
White with #77009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77009E; }
p { color: rgb(119,0,158); }
H1.HeaderClassName
{
color: #77009E;
}
.AnyTagClassName
{
color: #77009E;
}
</style>
background-color css
<style>
a { background-color: #77009E; }
a { background-color: rgb(119,0,158); }
div.DivClassName
{
background-color: #77009E;
}
.BgClassName
{
background-color: #77009E;
}
</style>
border-color css
<style>
span { border-color: #77009E; }
span { border-color: rgb(119,0,158); }
td.TdClassName
{
border-color: #77009E;
}
.TagClassName
{
border-color: #77009E;
}
</style>