Shades of Dark Magenta #770C97
Tints of Dark Magenta #770C97
RGB
CMYK
RGB Variations
Color information
#770C97 (or 0x770C97) is known color: Dark Magenta. HEX triplet: 77, 0C and 97. RGB value is (119,12,151). Sum of RGB (Red+Green+Blue) = 119+12+151=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #770C97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770C97 is #88F368. Grayscale: #3B3B3B. Windows color (decimal): -8975209 or 9899127. OLE color: 9899127.
HSL color Cylindrical-coordinate representation of color #770C97: hue angle of 286.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770C97 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 12 | 151 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.41 |
| HSL | 286.19º | 0.85% | 0.32% | - |
| HSV(B) | 286.19º | 0.92% | 0.59% | - |
| XYZ | 13.33 | 6.42 | 29.81 | - |
| YUV | 59.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 151 | 0.21 | 0.92 | 0 | 0.41 | 286.19 | 0.85 | 0.32 |
| Hex | 77 | C | 97 | 15 | 5C | 0 | 29 | 11E | 55 | 20 |
| Octal | 167 | 14 | 227 | 25 | 134 | 0 | 51 | 436 | 125 | 40 |
| Binary | 1110111 | 1100 | 10010111 | 10101 | 1011100 | 0 | 101001 | 100011110 | 1010101 | 100000 |
Color Harmonies of #770C97
Complementary color
Monochromatic Colors of #770C97
Black with #770C97
Text Example
Text Example
White with #770C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C97; }
p { color: rgb(119,12,151); }
H1.HeaderClassName
{
color: #770C97;
}
.AnyTagClassName
{
color: #770C97;
}
</style>
background-color css
<style>
a { background-color: #770C97; }
a { background-color: rgb(119,12,151); }
div.DivClassName
{
background-color: #770C97;
}
.BgClassName
{
background-color: #770C97;
}
</style>
border-color css
<style>
span { border-color: #770C97; }
span { border-color: rgb(119,12,151); }
td.TdClassName
{
border-color: #770C97;
}
.TagClassName
{
border-color: #770C97;
}
</style>