Shades of Dark Magenta #770095
Tints of Dark Magenta #770095
RGB
CMYK
RGB Variations
Color information
#770095 (or 0x770095) is known color: Dark Magenta. HEX triplet: 77, 00 and 95. RGB value is (119,0,149). Sum of RGB (Red+Green+Blue) = 119+0+149=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #770095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770095 is #88FF6A. Grayscale: #343434. Windows color (decimal): -8978283 or 9764983. OLE color: 9764983.
HSL color Cylindrical-coordinate representation of color #770095: hue angle of 287.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770095 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 0 | 149 | - |
| CMYK | 0.20 | 1 | 0 | 0.42 |
| HSL | 287.92º | 1% | 0.29% | - |
| HSV(B) | 287.92º | 1% | 0.58% | - |
| XYZ | 13.03 | 6.09 | 28.92 | - |
| YUV | 52.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 149 | 0.20 | 1 | 0 | 0.42 | 287.92 | 1 | 0.29 |
| Hex | 77 | 0 | 95 | 14 | 64 | 0 | 2A | 120 | 64 | 1D |
| Octal | 167 | 0 | 225 | 24 | 144 | 0 | 52 | 440 | 144 | 35 |
| Binary | 1110111 | 0 | 10010101 | 10100 | 1100100 | 0 | 101010 | 100100000 | 1100100 | 11101 |
Color Harmonies of #770095
Complementary color
Monochromatic Colors of #770095
Black with #770095
Text Example
Text Example
White with #770095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770095; }
p { color: rgb(119,0,149); }
H1.HeaderClassName
{
color: #770095;
}
.AnyTagClassName
{
color: #770095;
}
</style>
background-color css
<style>
a { background-color: #770095; }
a { background-color: rgb(119,0,149); }
div.DivClassName
{
background-color: #770095;
}
.BgClassName
{
background-color: #770095;
}
</style>
border-color css
<style>
span { border-color: #770095; }
span { border-color: rgb(119,0,149); }
td.TdClassName
{
border-color: #770095;
}
.TagClassName
{
border-color: #770095;
}
</style>