Shades of Dark Magenta #7A0AA6
Tints of Dark Magenta #7A0AA6
RGB
CMYK
RGB Variations
Color information
#7A0AA6 (or 0x7A0AA6) is known color: Dark Magenta. HEX triplet: 7A, 0A and A6. RGB value is (122,10,166). Sum of RGB (Red+Green+Blue) = 122+10+166=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A0AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0AA6 is #85F559. Grayscale: #3C3C3C. Windows color (decimal): -8779098 or 10881658. OLE color: 10881658.
HSL color Cylindrical-coordinate representation of color #7A0AA6: hue angle of 283.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0AA6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 10 | 166 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.35 |
| HSL | 283.08º | 0.89% | 0.35% | - |
| HSV(B) | 283.08º | 0.94% | 0.65% | - |
| XYZ | 15.02 | 7.11 | 36.66 | - |
| YUV | 61.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 166 | 0.27 | 0.94 | 0 | 0.35 | 283.08 | 0.89 | 0.35 |
| Hex | 7A | A | A6 | 1B | 5E | 0 | 23 | 11B | 59 | 23 |
| Octal | 172 | 12 | 246 | 33 | 136 | 0 | 43 | 433 | 131 | 43 |
| Binary | 1111010 | 1010 | 10100110 | 11011 | 1011110 | 0 | 100011 | 100011011 | 1011001 | 100011 |
Color Harmonies of #7A0AA6
Complementary color
Monochromatic Colors of #7A0AA6
Black with #7A0AA6
Text Example
Text Example
White with #7A0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AA6; }
p { color: rgb(122,10,166); }
H1.HeaderClassName
{
color: #7A0AA6;
}
.AnyTagClassName
{
color: #7A0AA6;
}
</style>
background-color css
<style>
a { background-color: #7A0AA6; }
a { background-color: rgb(122,10,166); }
div.DivClassName
{
background-color: #7A0AA6;
}
.BgClassName
{
background-color: #7A0AA6;
}
</style>
border-color css
<style>
span { border-color: #7A0AA6; }
span { border-color: rgb(122,10,166); }
td.TdClassName
{
border-color: #7A0AA6;
}
.TagClassName
{
border-color: #7A0AA6;
}
</style>