Shades of Dark Magenta #7A0EA9
Tints of Dark Magenta #7A0EA9
RGB
CMYK
RGB Variations
Color information
#7A0EA9 (or 0x7A0EA9) is known color: Dark Magenta. HEX triplet: 7A, 0E and A9. RGB value is (122,14,169). Sum of RGB (Red+Green+Blue) = 122+14+169=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A0EA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0EA9 is #85F156. Grayscale: #3F3F3F. Windows color (decimal): -8778071 or 11079290. OLE color: 11079290.
HSL color Cylindrical-coordinate representation of color #7A0EA9: hue angle of 281.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0EA9 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 14 | 169 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.34 |
| HSL | 281.81º | 0.85% | 0.36% | - |
| HSV(B) | 281.81º | 0.92% | 0.66% | - |
| XYZ | 15.34 | 7.32 | 38.14 | - |
| YUV | 63.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 169 | 0.28 | 0.92 | 0 | 0.34 | 281.81 | 0.85 | 0.36 |
| Hex | 7A | E | A9 | 1C | 5C | 0 | 22 | 11A | 55 | 24 |
| Octal | 172 | 16 | 251 | 34 | 134 | 0 | 42 | 432 | 125 | 44 |
| Binary | 1111010 | 1110 | 10101001 | 11100 | 1011100 | 0 | 100010 | 100011010 | 1010101 | 100100 |
Color Harmonies of #7A0EA9
Complementary color
Monochromatic Colors of #7A0EA9
Black with #7A0EA9
Text Example
Text Example
White with #7A0EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EA9; }
p { color: rgb(122,14,169); }
H1.HeaderClassName
{
color: #7A0EA9;
}
.AnyTagClassName
{
color: #7A0EA9;
}
</style>
background-color css
<style>
a { background-color: #7A0EA9; }
a { background-color: rgb(122,14,169); }
div.DivClassName
{
background-color: #7A0EA9;
}
.BgClassName
{
background-color: #7A0EA9;
}
</style>
border-color css
<style>
span { border-color: #7A0EA9; }
span { border-color: rgb(122,14,169); }
td.TdClassName
{
border-color: #7A0EA9;
}
.TagClassName
{
border-color: #7A0EA9;
}
</style>