Shades of Dark Magenta #7900AD
Tints of Dark Magenta #7900AD
RGB
CMYK
RGB Variations
Color information
#7900AD (or 0x7900AD) is known color: Dark Magenta. HEX triplet: 79, 00 and AD. RGB value is (121,0,173). Sum of RGB (Red+Green+Blue) = 121+0+173=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #7900AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7900AD is #86FF52. Grayscale: #373737. Windows color (decimal): -8847187 or 11337849. OLE color: 11337849.
HSL color Cylindrical-coordinate representation of color #7900AD: hue angle of 281.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900AD is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 0 | 173 | - |
| CMYK | 0.30 | 1 | 0 | 0.32 |
| HSL | 281.97º | 1% | 0.34% | - |
| HSV(B) | 281.97º | 1% | 0.68% | - |
| XYZ | 15.43 | 7.08 | 40.09 | - |
| YUV | 55.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 173 | 0.30 | 1 | 0 | 0.32 | 281.97 | 1 | 0.34 |
| Hex | 79 | 0 | AD | 1E | 64 | 0 | 20 | 11A | 64 | 22 |
| Octal | 171 | 0 | 255 | 36 | 144 | 0 | 40 | 432 | 144 | 42 |
| Binary | 1111001 | 0 | 10101101 | 11110 | 1100100 | 0 | 100000 | 100011010 | 1100100 | 100010 |
Color Harmonies of #7900AD
Complementary color
Monochromatic Colors of #7900AD
Black with #7900AD
Text Example
Text Example
White with #7900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900AD; }
p { color: rgb(121,0,173); }
H1.HeaderClassName
{
color: #7900AD;
}
.AnyTagClassName
{
color: #7900AD;
}
</style>
background-color css
<style>
a { background-color: #7900AD; }
a { background-color: rgb(121,0,173); }
div.DivClassName
{
background-color: #7900AD;
}
.BgClassName
{
background-color: #7900AD;
}
</style>
border-color css
<style>
span { border-color: #7900AD; }
span { border-color: rgb(121,0,173); }
td.TdClassName
{
border-color: #7900AD;
}
.TagClassName
{
border-color: #7900AD;
}
</style>