Shades of Dark Magenta #77049C
Tints of Dark Magenta #77049C
RGB
CMYK
RGB Variations
Color information
#77049C (or 0x77049C) is known color: Dark Magenta. HEX triplet: 77, 04 and 9C. RGB value is (119,4,156). Sum of RGB (Red+Green+Blue) = 119+4+156=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #77049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77049C is #88FB63. Grayscale: #373737. Windows color (decimal): -8977252 or 10224759. OLE color: 10224759.
HSL color Cylindrical-coordinate representation of color #77049C: hue angle of 285.39º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77049C is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 4 | 156 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.39 |
| HSL | 285.39º | 0.95% | 0.31% | - |
| HSV(B) | 285.39º | 0.97% | 0.61% | - |
| XYZ | 13.65 | 6.41 | 31.97 | - |
| YUV | 55.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 156 | 0.24 | 0.97 | 0 | 0.39 | 285.39 | 0.95 | 0.31 |
| Hex | 77 | 4 | 9C | 18 | 61 | 0 | 27 | 11D | 5F | 1F |
| Octal | 167 | 4 | 234 | 30 | 141 | 0 | 47 | 435 | 137 | 37 |
| Binary | 1110111 | 100 | 10011100 | 11000 | 1100001 | 0 | 100111 | 100011101 | 1011111 | 11111 |
Color Harmonies of #77049C
Complementary color
Monochromatic Colors of #77049C
Black with #77049C
Text Example
Text Example
White with #77049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77049C; }
p { color: rgb(119,4,156); }
H1.HeaderClassName
{
color: #77049C;
}
.AnyTagClassName
{
color: #77049C;
}
</style>
background-color css
<style>
a { background-color: #77049C; }
a { background-color: rgb(119,4,156); }
div.DivClassName
{
background-color: #77049C;
}
.BgClassName
{
background-color: #77049C;
}
</style>
border-color css
<style>
span { border-color: #77049C; }
span { border-color: rgb(119,4,156); }
td.TdClassName
{
border-color: #77049C;
}
.TagClassName
{
border-color: #77049C;
}
</style>