Shades of Dark Magenta #77079A
Tints of Dark Magenta #77079A
RGB
CMYK
RGB Variations
Color information
#77079A (or 0x77079A) is known color: Dark Magenta. HEX triplet: 77, 07 and 9A. RGB value is (119,7,154). Sum of RGB (Red+Green+Blue) = 119+7+154=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #77079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77079A is #88F865. Grayscale: #383838. Windows color (decimal): -8976486 or 10094455. OLE color: 10094455.
HSL color Cylindrical-coordinate representation of color #77079A: hue angle of 285.71º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77079A is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 7 | 154 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.40 |
| HSL | 285.71º | 0.91% | 0.32% | - |
| HSV(B) | 285.71º | 0.95% | 0.6% | - |
| XYZ | 13.52 | 6.41 | 31.1 | - |
| YUV | 57.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 154 | 0.23 | 0.95 | 0 | 0.40 | 285.71 | 0.91 | 0.32 |
| Hex | 77 | 7 | 9A | 17 | 5F | 0 | 28 | 11E | 5B | 20 |
| Octal | 167 | 7 | 232 | 27 | 137 | 0 | 50 | 436 | 133 | 40 |
| Binary | 1110111 | 111 | 10011010 | 10111 | 1011111 | 0 | 101000 | 100011110 | 1011011 | 100000 |
Color Harmonies of #77079A
Complementary color
Monochromatic Colors of #77079A
Black with #77079A
Text Example
Text Example
White with #77079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77079A; }
p { color: rgb(119,7,154); }
H1.HeaderClassName
{
color: #77079A;
}
.AnyTagClassName
{
color: #77079A;
}
</style>
background-color css
<style>
a { background-color: #77079A; }
a { background-color: rgb(119,7,154); }
div.DivClassName
{
background-color: #77079A;
}
.BgClassName
{
background-color: #77079A;
}
</style>
border-color css
<style>
span { border-color: #77079A; }
span { border-color: rgb(119,7,154); }
td.TdClassName
{
border-color: #77079A;
}
.TagClassName
{
border-color: #77079A;
}
</style>