Shades of Dark Magenta #770595
Tints of Dark Magenta #770595
RGB
CMYK
RGB Variations
Color information
#770595 (or 0x770595) is known color: Dark Magenta. HEX triplet: 77, 05 and 95. RGB value is (119,5,149). Sum of RGB (Red+Green+Blue) = 119+5+149=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #770595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770595 is #88FA6A. Grayscale: #373737. Windows color (decimal): -8977003 or 9766263. OLE color: 9766263.
HSL color Cylindrical-coordinate representation of color #770595: hue angle of 287.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770595 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 5 | 149 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.42 |
| HSL | 287.5º | 0.94% | 0.3% | - |
| HSV(B) | 287.5º | 0.97% | 0.58% | - |
| XYZ | 13.09 | 6.2 | 28.94 | - |
| YUV | 55.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 149 | 0.20 | 0.97 | 0 | 0.42 | 287.5 | 0.94 | 0.3 |
| Hex | 77 | 5 | 95 | 14 | 61 | 0 | 2A | 120 | 5E | 1E |
| Octal | 167 | 5 | 225 | 24 | 141 | 0 | 52 | 440 | 136 | 36 |
| Binary | 1110111 | 101 | 10010101 | 10100 | 1100001 | 0 | 101010 | 100100000 | 1011110 | 11110 |
Color Harmonies of #770595
Complementary color
Monochromatic Colors of #770595
Black with #770595
Text Example
Text Example
White with #770595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770595; }
p { color: rgb(119,5,149); }
H1.HeaderClassName
{
color: #770595;
}
.AnyTagClassName
{
color: #770595;
}
</style>
background-color css
<style>
a { background-color: #770595; }
a { background-color: rgb(119,5,149); }
div.DivClassName
{
background-color: #770595;
}
.BgClassName
{
background-color: #770595;
}
</style>
border-color css
<style>
span { border-color: #770595; }
span { border-color: rgb(119,5,149); }
td.TdClassName
{
border-color: #770595;
}
.TagClassName
{
border-color: #770595;
}
</style>