Shades of Dark Magenta #7905AB
Tints of Dark Magenta #7905AB
RGB
CMYK
RGB Variations
Color information
#7905AB (or 0x7905AB) is known color: Dark Magenta. HEX triplet: 79, 05 and AB. RGB value is (121,5,171). Sum of RGB (Red+Green+Blue) = 121+5+171=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #7905AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7905AB is #86FA54. Grayscale: #3A3A3A. Windows color (decimal): -8845909 or 11208057. OLE color: 11208057.
HSL color Cylindrical-coordinate representation of color #7905AB: hue angle of 281.93º 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 #7905AB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 5 | 171 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.33 |
| HSL | 281.93º | 0.94% | 0.35% | - |
| HSV(B) | 281.93º | 0.97% | 0.67% | - |
| XYZ | 15.29 | 7.11 | 39.1 | - |
| YUV | 58.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 171 | 0.29 | 0.97 | 0 | 0.33 | 281.93 | 0.94 | 0.35 |
| Hex | 79 | 5 | AB | 1D | 61 | 0 | 21 | 11A | 5E | 23 |
| Octal | 171 | 5 | 253 | 35 | 141 | 0 | 41 | 432 | 136 | 43 |
| Binary | 1111001 | 101 | 10101011 | 11101 | 1100001 | 0 | 100001 | 100011010 | 1011110 | 100011 |
Color Harmonies of #7905AB
Complementary color
Monochromatic Colors of #7905AB
Black with #7905AB
Text Example
Text Example
White with #7905AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905AB; }
p { color: rgb(121,5,171); }
H1.HeaderClassName
{
color: #7905AB;
}
.AnyTagClassName
{
color: #7905AB;
}
</style>
background-color css
<style>
a { background-color: #7905AB; }
a { background-color: rgb(121,5,171); }
div.DivClassName
{
background-color: #7905AB;
}
.BgClassName
{
background-color: #7905AB;
}
</style>
border-color css
<style>
span { border-color: #7905AB; }
span { border-color: rgb(121,5,171); }
td.TdClassName
{
border-color: #7905AB;
}
.TagClassName
{
border-color: #7905AB;
}
</style>