Shades of Dark Magenta #77099E
Tints of Dark Magenta #77099E
RGB
CMYK
RGB Variations
Color information
#77099E (or 0x77099E) is known color: Dark Magenta. HEX triplet: 77, 09 and 9E. RGB value is (119,9,158). Sum of RGB (Red+Green+Blue) = 119+9+158=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #77099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77099E is #88F661. Grayscale: #3A3A3A. Windows color (decimal): -8975970 or 10357111. OLE color: 10357111.
HSL color Cylindrical-coordinate representation of color #77099E: hue angle of 284.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77099E is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 9 | 158 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.38 |
| HSL | 284.3º | 0.89% | 0.33% | - |
| HSV(B) | 284.3º | 0.94% | 0.62% | - |
| XYZ | 13.88 | 6.59 | 32.89 | - |
| YUV | 58.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 158 | 0.25 | 0.94 | 0 | 0.38 | 284.3 | 0.89 | 0.33 |
| Hex | 77 | 9 | 9E | 19 | 5E | 0 | 26 | 11C | 59 | 21 |
| Octal | 167 | 11 | 236 | 31 | 136 | 0 | 46 | 434 | 131 | 41 |
| Binary | 1110111 | 1001 | 10011110 | 11001 | 1011110 | 0 | 100110 | 100011100 | 1011001 | 100001 |
Color Harmonies of #77099E
Complementary color
Monochromatic Colors of #77099E
Black with #77099E
Text Example
Text Example
White with #77099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77099E; }
p { color: rgb(119,9,158); }
H1.HeaderClassName
{
color: #77099E;
}
.AnyTagClassName
{
color: #77099E;
}
</style>
background-color css
<style>
a { background-color: #77099E; }
a { background-color: rgb(119,9,158); }
div.DivClassName
{
background-color: #77099E;
}
.BgClassName
{
background-color: #77099E;
}
</style>
border-color css
<style>
span { border-color: #77099E; }
span { border-color: rgb(119,9,158); }
td.TdClassName
{
border-color: #77099E;
}
.TagClassName
{
border-color: #77099E;
}
</style>