Shades of Dark Magenta #771194
Tints of Dark Magenta #771194
RGB
CMYK
RGB Variations
Color information
#771194 (or 0x771194) is known color: Dark Magenta. HEX triplet: 77, 11 and 94. RGB value is (119,17,148). Sum of RGB (Red+Green+Blue) = 119+17+148=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #771194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771194 is #88EE6B. Grayscale: #3E3E3E. Windows color (decimal): -8973932 or 9703799. OLE color: 9703799.
HSL color Cylindrical-coordinate representation of color #771194: hue angle of 286.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771194 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 17 | 148 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.42 |
| HSL | 286.72º | 0.79% | 0.32% | - |
| HSV(B) | 286.72º | 0.89% | 0.58% | - |
| XYZ | 13.15 | 6.46 | 28.57 | - |
| YUV | 62.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 148 | 0.20 | 0.89 | 0 | 0.42 | 286.72 | 0.79 | 0.32 |
| Hex | 77 | 11 | 94 | 14 | 59 | 0 | 2A | 11F | 4F | 20 |
| Octal | 167 | 21 | 224 | 24 | 131 | 0 | 52 | 437 | 117 | 40 |
| Binary | 1110111 | 10001 | 10010100 | 10100 | 1011001 | 0 | 101010 | 100011111 | 1001111 | 100000 |
Color Harmonies of #771194
Complementary color
Monochromatic Colors of #771194
Black with #771194
Text Example
Text Example
White with #771194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771194; }
p { color: rgb(119,17,148); }
H1.HeaderClassName
{
color: #771194;
}
.AnyTagClassName
{
color: #771194;
}
</style>
background-color css
<style>
a { background-color: #771194; }
a { background-color: rgb(119,17,148); }
div.DivClassName
{
background-color: #771194;
}
.BgClassName
{
background-color: #771194;
}
</style>
border-color css
<style>
span { border-color: #771194; }
span { border-color: rgb(119,17,148); }
td.TdClassName
{
border-color: #771194;
}
.TagClassName
{
border-color: #771194;
}
</style>