Shades of Dark Magenta #7A0AAC
Tints of Dark Magenta #7A0AAC
RGB
CMYK
RGB Variations
Color information
#7A0AAC (or 0x7A0AAC) is known color: Dark Magenta. HEX triplet: 7A, 0A and AC. RGB value is (122,10,172). Sum of RGB (Red+Green+Blue) = 122+10+172=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0AAC is #85F553. Grayscale: #3D3D3D. Windows color (decimal): -8779092 or 11274874. OLE color: 11274874.
HSL color Cylindrical-coordinate representation of color #7A0AAC: hue angle of 281.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0AAC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 10 | 172 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.33 |
| HSL | 281.48º | 0.89% | 0.36% | - |
| HSV(B) | 281.48º | 0.94% | 0.67% | - |
| XYZ | 15.58 | 7.33 | 39.62 | - |
| YUV | 61.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 172 | 0.29 | 0.94 | 0 | 0.33 | 281.48 | 0.89 | 0.36 |
| Hex | 7A | A | AC | 1D | 5E | 0 | 21 | 119 | 59 | 24 |
| Octal | 172 | 12 | 254 | 35 | 136 | 0 | 41 | 431 | 131 | 44 |
| Binary | 1111010 | 1010 | 10101100 | 11101 | 1011110 | 0 | 100001 | 100011001 | 1011001 | 100100 |
Color Harmonies of #7A0AAC
Complementary color
Monochromatic Colors of #7A0AAC
Black with #7A0AAC
Text Example
Text Example
White with #7A0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AAC; }
p { color: rgb(122,10,172); }
H1.HeaderClassName
{
color: #7A0AAC;
}
.AnyTagClassName
{
color: #7A0AAC;
}
</style>
background-color css
<style>
a { background-color: #7A0AAC; }
a { background-color: rgb(122,10,172); }
div.DivClassName
{
background-color: #7A0AAC;
}
.BgClassName
{
background-color: #7A0AAC;
}
</style>
border-color css
<style>
span { border-color: #7A0AAC; }
span { border-color: rgb(122,10,172); }
td.TdClassName
{
border-color: #7A0AAC;
}
.TagClassName
{
border-color: #7A0AAC;
}
</style>