Shades of Dark Magenta #77099A
Tints of Dark Magenta #77099A
RGB
CMYK
RGB Variations
Color information
#77099A (or 0x77099A) is known color: Dark Magenta. HEX triplet: 77, 09 and 9A. RGB value is (119,9,154). Sum of RGB (Red+Green+Blue) = 119+9+154=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #77099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77099A is #88F665. Grayscale: #393939. Windows color (decimal): -8975974 or 10094967. OLE color: 10094967.
HSL color Cylindrical-coordinate representation of color #77099A: hue angle of 285.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77099A is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 9 | 154 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.40 |
| HSL | 285.52º | 0.89% | 0.32% | - |
| HSV(B) | 285.52º | 0.94% | 0.6% | - |
| XYZ | 13.54 | 6.45 | 31.1 | - |
| YUV | 58.42 | 181.94 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 154 | 0.23 | 0.94 | 0 | 0.40 | 285.52 | 0.89 | 0.32 |
| Hex | 77 | 9 | 9A | 17 | 5E | 0 | 28 | 11E | 59 | 20 |
| Octal | 167 | 11 | 232 | 27 | 136 | 0 | 50 | 436 | 131 | 40 |
| Binary | 1110111 | 1001 | 10011010 | 10111 | 1011110 | 0 | 101000 | 100011110 | 1011001 | 100000 |
Color Harmonies of #77099A
Complementary color
Monochromatic Colors of #77099A
Black with #77099A
Text Example
Text Example
White with #77099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77099A; }
p { color: rgb(119,9,154); }
H1.HeaderClassName
{
color: #77099A;
}
.AnyTagClassName
{
color: #77099A;
}
</style>
background-color css
<style>
a { background-color: #77099A; }
a { background-color: rgb(119,9,154); }
div.DivClassName
{
background-color: #77099A;
}
.BgClassName
{
background-color: #77099A;
}
</style>
border-color css
<style>
span { border-color: #77099A; }
span { border-color: rgb(119,9,154); }
td.TdClassName
{
border-color: #77099A;
}
.TagClassName
{
border-color: #77099A;
}
</style>