Shades of Dark Magenta #790AAA
Tints of Dark Magenta #790AAA
RGB
CMYK
RGB Variations
Color information
#790AAA (or 0x790AAA) is known color: Dark Magenta. HEX triplet: 79, 0A and AA. RGB value is (121,10,170). Sum of RGB (Red+Green+Blue) = 121+10+170=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #790AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790AAA is #86F555. Grayscale: #3C3C3C. Windows color (decimal): -8844630 or 11143801. OLE color: 11143801.
HSL color Cylindrical-coordinate representation of color #790AAA: hue angle of 281.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790AAA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 10 | 170 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.33 |
| HSL | 281.63º | 0.89% | 0.35% | - |
| HSV(B) | 281.63º | 0.94% | 0.67% | - |
| XYZ | 15.25 | 7.18 | 38.61 | - |
| YUV | 61.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 170 | 0.29 | 0.94 | 0 | 0.33 | 281.63 | 0.89 | 0.35 |
| Hex | 79 | A | AA | 1D | 5E | 0 | 21 | 11A | 59 | 23 |
| Octal | 171 | 12 | 252 | 35 | 136 | 0 | 41 | 432 | 131 | 43 |
| Binary | 1111001 | 1010 | 10101010 | 11101 | 1011110 | 0 | 100001 | 100011010 | 1011001 | 100011 |
Color Harmonies of #790AAA
Complementary color
Monochromatic Colors of #790AAA
Black with #790AAA
Text Example
Text Example
White with #790AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790AAA; }
p { color: rgb(121,10,170); }
H1.HeaderClassName
{
color: #790AAA;
}
.AnyTagClassName
{
color: #790AAA;
}
</style>
background-color css
<style>
a { background-color: #790AAA; }
a { background-color: rgb(121,10,170); }
div.DivClassName
{
background-color: #790AAA;
}
.BgClassName
{
background-color: #790AAA;
}
</style>
border-color css
<style>
span { border-color: #790AAA; }
span { border-color: rgb(121,10,170); }
td.TdClassName
{
border-color: #790AAA;
}
.TagClassName
{
border-color: #790AAA;
}
</style>