Shades of Dark Magenta #7805AB
Tints of Dark Magenta #7805AB
RGB
CMYK
RGB Variations
Color information
#7805AB (or 0x7805AB) is known color: Dark Magenta. HEX triplet: 78, 05 and AB. RGB value is (120,5,171). Sum of RGB (Red+Green+Blue) = 120+5+171=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #7805AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7805AB is #87FA54. Grayscale: #393939. Windows color (decimal): -8911445 or 11208056. OLE color: 11208056.
HSL color Cylindrical-coordinate representation of color #7805AB: hue angle of 281.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805AB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 5 | 171 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.33 |
| HSL | 281.57º | 0.94% | 0.35% | - |
| HSV(B) | 281.57º | 0.97% | 0.67% | - |
| XYZ | 15.15 | 7.04 | 39.09 | - |
| YUV | 58.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 171 | 0.30 | 0.97 | 0 | 0.33 | 281.57 | 0.94 | 0.35 |
| Hex | 78 | 5 | AB | 1E | 61 | 0 | 21 | 11A | 5E | 23 |
| Octal | 170 | 5 | 253 | 36 | 141 | 0 | 41 | 432 | 136 | 43 |
| Binary | 1111000 | 101 | 10101011 | 11110 | 1100001 | 0 | 100001 | 100011010 | 1011110 | 100011 |
Color Harmonies of #7805AB
Complementary color
Monochromatic Colors of #7805AB
Black with #7805AB
Text Example
Text Example
White with #7805AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805AB; }
p { color: rgb(120,5,171); }
H1.HeaderClassName
{
color: #7805AB;
}
.AnyTagClassName
{
color: #7805AB;
}
</style>
background-color css
<style>
a { background-color: #7805AB; }
a { background-color: rgb(120,5,171); }
div.DivClassName
{
background-color: #7805AB;
}
.BgClassName
{
background-color: #7805AB;
}
</style>
border-color css
<style>
span { border-color: #7805AB; }
span { border-color: rgb(120,5,171); }
td.TdClassName
{
border-color: #7805AB;
}
.TagClassName
{
border-color: #7805AB;
}
</style>