Shades of Dark Magenta #77029D
Tints of Dark Magenta #77029D
RGB
CMYK
RGB Variations
Color information
#77029D (or 0x77029D) is known color: Dark Magenta. HEX triplet: 77, 02 and 9D. RGB value is (119,2,157). Sum of RGB (Red+Green+Blue) = 119+2+157=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #77029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77029D is #88FD62. Grayscale: #363636. Windows color (decimal): -8977763 or 10289783. OLE color: 10289783.
HSL color Cylindrical-coordinate representation of color #77029D: hue angle of 285.29º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77029D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 2 | 157 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.38 |
| HSL | 285.29º | 0.97% | 0.31% | - |
| HSV(B) | 285.29º | 0.99% | 0.62% | - |
| XYZ | 13.72 | 6.4 | 32.41 | - |
| YUV | 54.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 157 | 0.24 | 0.99 | 0 | 0.38 | 285.29 | 0.97 | 0.31 |
| Hex | 77 | 2 | 9D | 18 | 63 | 0 | 26 | 11D | 61 | 1F |
| Octal | 167 | 2 | 235 | 30 | 143 | 0 | 46 | 435 | 141 | 37 |
| Binary | 1110111 | 10 | 10011101 | 11000 | 1100011 | 0 | 100110 | 100011101 | 1100001 | 11111 |
Color Harmonies of #77029D
Complementary color
Monochromatic Colors of #77029D
Black with #77029D
Text Example
Text Example
White with #77029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77029D; }
p { color: rgb(119,2,157); }
H1.HeaderClassName
{
color: #77029D;
}
.AnyTagClassName
{
color: #77029D;
}
</style>
background-color css
<style>
a { background-color: #77029D; }
a { background-color: rgb(119,2,157); }
div.DivClassName
{
background-color: #77029D;
}
.BgClassName
{
background-color: #77029D;
}
</style>
border-color css
<style>
span { border-color: #77029D; }
span { border-color: rgb(119,2,157); }
td.TdClassName
{
border-color: #77029D;
}
.TagClassName
{
border-color: #77029D;
}
</style>