Shades of Dark Magenta #7700AB
Tints of Dark Magenta #7700AB
RGB
CMYK
RGB Variations
Color information
#7700AB (or 0x7700AB) is known color: Dark Magenta. HEX triplet: 77, 00 and AB. RGB value is (119,0,171). Sum of RGB (Red+Green+Blue) = 119+0+171=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #7700AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7700AB is #88FF54. Grayscale: #363636. Windows color (decimal): -8978261 or 11206775. OLE color: 11206775.
HSL color Cylindrical-coordinate representation of color #7700AB: hue angle of 281.75º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700AB is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 0 | 171 | - |
| CMYK | 0.30 | 1 | 0 | 0.33 |
| HSL | 281.75º | 1% | 0.34% | - |
| HSV(B) | 281.75º | 1% | 0.67% | - |
| XYZ | 14.96 | 6.86 | 39.06 | - |
| YUV | 55.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 171 | 0.30 | 1 | 0 | 0.33 | 281.75 | 1 | 0.34 |
| Hex | 77 | 0 | AB | 1E | 64 | 0 | 21 | 11A | 64 | 22 |
| Octal | 167 | 0 | 253 | 36 | 144 | 0 | 41 | 432 | 144 | 42 |
| Binary | 1110111 | 0 | 10101011 | 11110 | 1100100 | 0 | 100001 | 100011010 | 1100100 | 100010 |
Color Harmonies of #7700AB
Complementary color
Monochromatic Colors of #7700AB
Black with #7700AB
Text Example
Text Example
White with #7700AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700AB; }
p { color: rgb(119,0,171); }
H1.HeaderClassName
{
color: #7700AB;
}
.AnyTagClassName
{
color: #7700AB;
}
</style>
background-color css
<style>
a { background-color: #7700AB; }
a { background-color: rgb(119,0,171); }
div.DivClassName
{
background-color: #7700AB;
}
.BgClassName
{
background-color: #7700AB;
}
</style>
border-color css
<style>
span { border-color: #7700AB; }
span { border-color: rgb(119,0,171); }
td.TdClassName
{
border-color: #7700AB;
}
.TagClassName
{
border-color: #7700AB;
}
</style>