Shades of Dark Magenta #770FA9
Tints of Dark Magenta #770FA9
RGB
CMYK
RGB Variations
Color information
#770FA9 (or 0x770FA9) is known color: Dark Magenta. HEX triplet: 77, 0F and A9. RGB value is (119,15,169). Sum of RGB (Red+Green+Blue) = 119+15+169=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #770FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FA9 is #88F056. Grayscale: #3F3F3F. Windows color (decimal): -8974423 or 11079543. OLE color: 11079543.
HSL color Cylindrical-coordinate representation of color #770FA9: hue angle of 280.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770FA9 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 15 | 169 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.34 |
| HSL | 280.52º | 0.84% | 0.36% | - |
| HSV(B) | 280.52º | 0.91% | 0.66% | - |
| XYZ | 14.94 | 7.13 | 38.12 | - |
| YUV | 63.65 | 187.46 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 169 | 0.30 | 0.91 | 0 | 0.34 | 280.52 | 0.84 | 0.36 |
| Hex | 77 | F | A9 | 1E | 5B | 0 | 22 | 119 | 54 | 24 |
| Octal | 167 | 17 | 251 | 36 | 133 | 0 | 42 | 431 | 124 | 44 |
| Binary | 1110111 | 1111 | 10101001 | 11110 | 1011011 | 0 | 100010 | 100011001 | 1010100 | 100100 |
Color Harmonies of #770FA9
Complementary color
Monochromatic Colors of #770FA9
Black with #770FA9
Text Example
Text Example
White with #770FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FA9; }
p { color: rgb(119,15,169); }
H1.HeaderClassName
{
color: #770FA9;
}
.AnyTagClassName
{
color: #770FA9;
}
</style>
background-color css
<style>
a { background-color: #770FA9; }
a { background-color: rgb(119,15,169); }
div.DivClassName
{
background-color: #770FA9;
}
.BgClassName
{
background-color: #770FA9;
}
</style>
border-color css
<style>
span { border-color: #770FA9; }
span { border-color: rgb(119,15,169); }
td.TdClassName
{
border-color: #770FA9;
}
.TagClassName
{
border-color: #770FA9;
}
</style>