Shades of Dark Magenta #7A0AAA
Tints of Dark Magenta #7A0AAA
RGB
CMYK
RGB Variations
Color information
#7A0AAA (or 0x7A0AAA) is known color: Dark Magenta. HEX triplet: 7A, 0A and AA. RGB value is (122,10,170). Sum of RGB (Red+Green+Blue) = 122+10+170=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0AAA is #85F555. Grayscale: #3D3D3D. Windows color (decimal): -8779094 or 11143802. OLE color: 11143802.
HSL color Cylindrical-coordinate representation of color #7A0AAA: hue angle of 282º 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 #7A0AAA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 10 | 170 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.33 |
| HSL | 282º | 0.89% | 0.35% | - |
| HSV(B) | 282º | 0.94% | 0.67% | - |
| XYZ | 15.39 | 7.26 | 38.62 | - |
| YUV | 61.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 170 | 0.28 | 0.94 | 0 | 0.33 | 282 | 0.89 | 0.35 |
| Hex | 7A | A | AA | 1C | 5E | 0 | 21 | 11A | 59 | 23 |
| Octal | 172 | 12 | 252 | 34 | 136 | 0 | 41 | 432 | 131 | 43 |
| Binary | 1111010 | 1010 | 10101010 | 11100 | 1011110 | 0 | 100001 | 100011010 | 1011001 | 100011 |
Color Harmonies of #7A0AAA
Complementary color
Monochromatic Colors of #7A0AAA
Black with #7A0AAA
Text Example
Text Example
White with #7A0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AAA; }
p { color: rgb(122,10,170); }
H1.HeaderClassName
{
color: #7A0AAA;
}
.AnyTagClassName
{
color: #7A0AAA;
}
</style>
background-color css
<style>
a { background-color: #7A0AAA; }
a { background-color: rgb(122,10,170); }
div.DivClassName
{
background-color: #7A0AAA;
}
.BgClassName
{
background-color: #7A0AAA;
}
</style>
border-color css
<style>
span { border-color: #7A0AAA; }
span { border-color: rgb(122,10,170); }
td.TdClassName
{
border-color: #7A0AAA;
}
.TagClassName
{
border-color: #7A0AAA;
}
</style>