Shades of Dark Magenta #77119B
Tints of Dark Magenta #77119B
RGB
CMYK
RGB Variations
Color information
#77119B (or 0x77119B) is known color: Dark Magenta. HEX triplet: 77, 11 and 9B. RGB value is (119,17,155). Sum of RGB (Red+Green+Blue) = 119+17+155=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #77119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77119B is #88EE64. Grayscale: #3E3E3E. Windows color (decimal): -8973925 or 10162551. OLE color: 10162551.
HSL color Cylindrical-coordinate representation of color #77119B: hue angle of 284.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77119B is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 17 | 155 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.39 |
| HSL | 284.35º | 0.8% | 0.34% | - |
| HSV(B) | 284.35º | 0.89% | 0.61% | - |
| XYZ | 13.72 | 6.69 | 31.58 | - |
| YUV | 63.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 155 | 0.23 | 0.89 | 0 | 0.39 | 284.35 | 0.8 | 0.34 |
| Hex | 77 | 11 | 9B | 17 | 59 | 0 | 27 | 11C | 50 | 22 |
| Octal | 167 | 21 | 233 | 27 | 131 | 0 | 47 | 434 | 120 | 42 |
| Binary | 1110111 | 10001 | 10011011 | 10111 | 1011001 | 0 | 100111 | 100011100 | 1010000 | 100010 |
Color Harmonies of #77119B
Complementary color
Monochromatic Colors of #77119B
Black with #77119B
Text Example
Text Example
White with #77119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77119B; }
p { color: rgb(119,17,155); }
H1.HeaderClassName
{
color: #77119B;
}
.AnyTagClassName
{
color: #77119B;
}
</style>
background-color css
<style>
a { background-color: #77119B; }
a { background-color: rgb(119,17,155); }
div.DivClassName
{
background-color: #77119B;
}
.BgClassName
{
background-color: #77119B;
}
</style>
border-color css
<style>
span { border-color: #77119B; }
span { border-color: rgb(119,17,155); }
td.TdClassName
{
border-color: #77119B;
}
.TagClassName
{
border-color: #77119B;
}
</style>