Shades of Dark Magenta #770A99
Tints of Dark Magenta #770A99
RGB
CMYK
RGB Variations
Color information
#770A99 (or 0x770A99) is known color: Dark Magenta. HEX triplet: 77, 0A and 99. RGB value is (119,10,153). Sum of RGB (Red+Green+Blue) = 119+10+153=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #770A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A99 is #88F566. Grayscale: #3A3A3A. Windows color (decimal): -8975719 or 10029687. OLE color: 10029687.
HSL color Cylindrical-coordinate representation of color #770A99: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A99 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 10 | 153 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.4 |
| HSL | 285.73º | 0.88% | 0.32% | - |
| HSV(B) | 285.73º | 0.93% | 0.6% | - |
| XYZ | 13.47 | 6.44 | 30.67 | - |
| YUV | 58.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 153 | 0.22 | 0.93 | 0 | 0.4 | 285.73 | 0.88 | 0.32 |
| Hex | 77 | A | 99 | 16 | 5D | 0 | 28 | 11E | 58 | 20 |
| Octal | 167 | 12 | 231 | 26 | 135 | 0 | 50 | 436 | 130 | 40 |
| Binary | 1110111 | 1010 | 10011001 | 10110 | 1011101 | 0 | 101000 | 100011110 | 1011000 | 100000 |
Color Harmonies of #770A99
Complementary color
Monochromatic Colors of #770A99
Black with #770A99
Text Example
Text Example
White with #770A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A99; }
p { color: rgb(119,10,153); }
H1.HeaderClassName
{
color: #770A99;
}
.AnyTagClassName
{
color: #770A99;
}
</style>
background-color css
<style>
a { background-color: #770A99; }
a { background-color: rgb(119,10,153); }
div.DivClassName
{
background-color: #770A99;
}
.BgClassName
{
background-color: #770A99;
}
</style>
border-color css
<style>
span { border-color: #770A99; }
span { border-color: rgb(119,10,153); }
td.TdClassName
{
border-color: #770A99;
}
.TagClassName
{
border-color: #770A99;
}
</style>