Shades of Dark Magenta #7901AD
Tints of Dark Magenta #7901AD
RGB
CMYK
RGB Variations
Color information
#7901AD (or 0x7901AD) is known color: Dark Magenta. HEX triplet: 79, 01 and AD. RGB value is (121,1,173). Sum of RGB (Red+Green+Blue) = 121+1+173=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #7901AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7901AD is #86FE52. Grayscale: #373737. Windows color (decimal): -8846931 or 11338105. OLE color: 11338105.
HSL color Cylindrical-coordinate representation of color #7901AD: hue angle of 281.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901AD is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 1 | 173 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.32 |
| HSL | 281.86º | 0.99% | 0.34% | - |
| HSV(B) | 281.86º | 0.99% | 0.68% | - |
| XYZ | 15.44 | 7.1 | 40.09 | - |
| YUV | 56.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 173 | 0.30 | 0.99 | 0 | 0.32 | 281.86 | 0.99 | 0.34 |
| Hex | 79 | 1 | AD | 1E | 63 | 0 | 20 | 11A | 63 | 22 |
| Octal | 171 | 1 | 255 | 36 | 143 | 0 | 40 | 432 | 143 | 42 |
| Binary | 1111001 | 1 | 10101101 | 11110 | 1100011 | 0 | 100000 | 100011010 | 1100011 | 100010 |
Color Harmonies of #7901AD
Complementary color
Monochromatic Colors of #7901AD
Black with #7901AD
Text Example
Text Example
White with #7901AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901AD; }
p { color: rgb(121,1,173); }
H1.HeaderClassName
{
color: #7901AD;
}
.AnyTagClassName
{
color: #7901AD;
}
</style>
background-color css
<style>
a { background-color: #7901AD; }
a { background-color: rgb(121,1,173); }
div.DivClassName
{
background-color: #7901AD;
}
.BgClassName
{
background-color: #7901AD;
}
</style>
border-color css
<style>
span { border-color: #7901AD; }
span { border-color: rgb(121,1,173); }
td.TdClassName
{
border-color: #7901AD;
}
.TagClassName
{
border-color: #7901AD;
}
</style>