Shades of Dark Magenta #770AA2
Tints of Dark Magenta #770AA2
RGB
CMYK
RGB Variations
Color information
#770AA2 (or 0x770AA2) is known color: Dark Magenta. HEX triplet: 77, 0A and A2. RGB value is (119,10,162). Sum of RGB (Red+Green+Blue) = 119+10+162=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #770AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770AA2 is #88F55D. Grayscale: #3B3B3B. Windows color (decimal): -8975710 or 10619511. OLE color: 10619511.
HSL color Cylindrical-coordinate representation of color #770AA2: hue angle of 283.03º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770AA2 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 10 | 162 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.36 |
| HSL | 283.03º | 0.88% | 0.34% | - |
| HSV(B) | 283.03º | 0.94% | 0.64% | - |
| XYZ | 14.24 | 6.75 | 34.73 | - |
| YUV | 59.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 162 | 0.27 | 0.94 | 0 | 0.36 | 283.03 | 0.88 | 0.34 |
| Hex | 77 | A | A2 | 1B | 5E | 0 | 24 | 11B | 58 | 22 |
| Octal | 167 | 12 | 242 | 33 | 136 | 0 | 44 | 433 | 130 | 42 |
| Binary | 1110111 | 1010 | 10100010 | 11011 | 1011110 | 0 | 100100 | 100011011 | 1011000 | 100010 |
Color Harmonies of #770AA2
Complementary color
Monochromatic Colors of #770AA2
Black with #770AA2
Text Example
Text Example
White with #770AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AA2; }
p { color: rgb(119,10,162); }
H1.HeaderClassName
{
color: #770AA2;
}
.AnyTagClassName
{
color: #770AA2;
}
</style>
background-color css
<style>
a { background-color: #770AA2; }
a { background-color: rgb(119,10,162); }
div.DivClassName
{
background-color: #770AA2;
}
.BgClassName
{
background-color: #770AA2;
}
</style>
border-color css
<style>
span { border-color: #770AA2; }
span { border-color: rgb(119,10,162); }
td.TdClassName
{
border-color: #770AA2;
}
.TagClassName
{
border-color: #770AA2;
}
</style>