Shades of Dark Magenta #77099B
Tints of Dark Magenta #77099B
RGB
CMYK
RGB Variations
Color information
#77099B (or 0x77099B) is known color: Dark Magenta. HEX triplet: 77, 09 and 9B. RGB value is (119,9,155). Sum of RGB (Red+Green+Blue) = 119+9+155=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #77099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77099B is #88F664. Grayscale: #3A3A3A. Windows color (decimal): -8975973 or 10160503. OLE color: 10160503.
HSL color Cylindrical-coordinate representation of color #77099B: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77099B is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 9 | 155 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.39 |
| HSL | 285.21º | 0.89% | 0.32% | - |
| HSV(B) | 285.21º | 0.94% | 0.61% | - |
| XYZ | 13.62 | 6.48 | 31.54 | - |
| YUV | 58.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 155 | 0.23 | 0.94 | 0 | 0.39 | 285.21 | 0.89 | 0.32 |
| Hex | 77 | 9 | 9B | 17 | 5E | 0 | 27 | 11D | 59 | 20 |
| Octal | 167 | 11 | 233 | 27 | 136 | 0 | 47 | 435 | 131 | 40 |
| Binary | 1110111 | 1001 | 10011011 | 10111 | 1011110 | 0 | 100111 | 100011101 | 1011001 | 100000 |
Color Harmonies of #77099B
Complementary color
Monochromatic Colors of #77099B
Black with #77099B
Text Example
Text Example
White with #77099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77099B; }
p { color: rgb(119,9,155); }
H1.HeaderClassName
{
color: #77099B;
}
.AnyTagClassName
{
color: #77099B;
}
</style>
background-color css
<style>
a { background-color: #77099B; }
a { background-color: rgb(119,9,155); }
div.DivClassName
{
background-color: #77099B;
}
.BgClassName
{
background-color: #77099B;
}
</style>
border-color css
<style>
span { border-color: #77099B; }
span { border-color: rgb(119,9,155); }
td.TdClassName
{
border-color: #77099B;
}
.TagClassName
{
border-color: #77099B;
}
</style>