Shades of Dark Magenta #7905AA
Tints of Dark Magenta #7905AA
RGB
CMYK
RGB Variations
Color information
#7905AA (or 0x7905AA) is known color: Dark Magenta. HEX triplet: 79, 05 and AA. RGB value is (121,5,170). Sum of RGB (Red+Green+Blue) = 121+5+170=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #7905AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7905AA is #86FA55. Grayscale: #393939. Windows color (decimal): -8845910 or 11142521. OLE color: 11142521.
HSL color Cylindrical-coordinate representation of color #7905AA: hue angle of 282.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7905AA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 5 | 170 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.33 |
| HSL | 282.18º | 0.94% | 0.34% | - |
| HSV(B) | 282.18º | 0.97% | 0.67% | - |
| XYZ | 15.2 | 7.08 | 38.6 | - |
| YUV | 58.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 170 | 0.29 | 0.97 | 0 | 0.33 | 282.18 | 0.94 | 0.34 |
| Hex | 79 | 5 | AA | 1D | 61 | 0 | 21 | 11A | 5E | 22 |
| Octal | 171 | 5 | 252 | 35 | 141 | 0 | 41 | 432 | 136 | 42 |
| Binary | 1111001 | 101 | 10101010 | 11101 | 1100001 | 0 | 100001 | 100011010 | 1011110 | 100010 |
Color Harmonies of #7905AA
Complementary color
Monochromatic Colors of #7905AA
Black with #7905AA
Text Example
Text Example
White with #7905AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7905AA; }
p { color: rgb(121,5,170); }
H1.HeaderClassName
{
color: #7905AA;
}
.AnyTagClassName
{
color: #7905AA;
}
</style>
background-color css
<style>
a { background-color: #7905AA; }
a { background-color: rgb(121,5,170); }
div.DivClassName
{
background-color: #7905AA;
}
.BgClassName
{
background-color: #7905AA;
}
</style>
border-color css
<style>
span { border-color: #7905AA; }
span { border-color: rgb(121,5,170); }
td.TdClassName
{
border-color: #7905AA;
}
.TagClassName
{
border-color: #7905AA;
}
</style>