Shades of Dark Magenta #770F94
Tints of Dark Magenta #770F94
RGB
CMYK
RGB Variations
Color information
#770F94 (or 0x770F94) is known color: Dark Magenta. HEX triplet: 77, 0F and 94. RGB value is (119,15,148). Sum of RGB (Red+Green+Blue) = 119+15+148=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #770F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770F94 is #88F06B. Grayscale: #3C3C3C. Windows color (decimal): -8974444 or 9703287. OLE color: 9703287.
HSL color Cylindrical-coordinate representation of color #770F94: hue angle of 286.92º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770F94 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 15 | 148 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.42 |
| HSL | 286.92º | 0.82% | 0.32% | - |
| HSV(B) | 286.92º | 0.9% | 0.58% | - |
| XYZ | 13.12 | 6.4 | 28.56 | - |
| YUV | 61.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 148 | 0.20 | 0.90 | 0 | 0.42 | 286.92 | 0.82 | 0.32 |
| Hex | 77 | F | 94 | 14 | 5A | 0 | 2A | 11F | 52 | 20 |
| Octal | 167 | 17 | 224 | 24 | 132 | 0 | 52 | 437 | 122 | 40 |
| Binary | 1110111 | 1111 | 10010100 | 10100 | 1011010 | 0 | 101010 | 100011111 | 1010010 | 100000 |
Color Harmonies of #770F94
Complementary color
Monochromatic Colors of #770F94
Black with #770F94
Text Example
Text Example
White with #770F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F94; }
p { color: rgb(119,15,148); }
H1.HeaderClassName
{
color: #770F94;
}
.AnyTagClassName
{
color: #770F94;
}
</style>
background-color css
<style>
a { background-color: #770F94; }
a { background-color: rgb(119,15,148); }
div.DivClassName
{
background-color: #770F94;
}
.BgClassName
{
background-color: #770F94;
}
</style>
border-color css
<style>
span { border-color: #770F94; }
span { border-color: rgb(119,15,148); }
td.TdClassName
{
border-color: #770F94;
}
.TagClassName
{
border-color: #770F94;
}
</style>