Shades of Dark Magenta #7A0DAB
Tints of Dark Magenta #7A0DAB
RGB
CMYK
RGB Variations
Color information
#7A0DAB (or 0x7A0DAB) is known color: Dark Magenta. HEX triplet: 7A, 0D and AB. RGB value is (122,13,171). Sum of RGB (Red+Green+Blue) = 122+13+171=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0DAB is #85F254. Grayscale: #3F3F3F. Windows color (decimal): -8778325 or 11210106. OLE color: 11210106.
HSL color Cylindrical-coordinate representation of color #7A0DAB: hue angle of 281.39º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0DAB is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 13 | 171 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.33 |
| HSL | 281.39º | 0.86% | 0.36% | - |
| HSV(B) | 281.39º | 0.92% | 0.67% | - |
| XYZ | 15.52 | 7.37 | 39.13 | - |
| YUV | 63.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 171 | 0.29 | 0.92 | 0 | 0.33 | 281.39 | 0.86 | 0.36 |
| Hex | 7A | D | AB | 1D | 5C | 0 | 21 | 119 | 56 | 24 |
| Octal | 172 | 15 | 253 | 35 | 134 | 0 | 41 | 431 | 126 | 44 |
| Binary | 1111010 | 1101 | 10101011 | 11101 | 1011100 | 0 | 100001 | 100011001 | 1010110 | 100100 |
Color Harmonies of #7A0DAB
Complementary color
Monochromatic Colors of #7A0DAB
Black with #7A0DAB
Text Example
Text Example
White with #7A0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DAB; }
p { color: rgb(122,13,171); }
H1.HeaderClassName
{
color: #7A0DAB;
}
.AnyTagClassName
{
color: #7A0DAB;
}
</style>
background-color css
<style>
a { background-color: #7A0DAB; }
a { background-color: rgb(122,13,171); }
div.DivClassName
{
background-color: #7A0DAB;
}
.BgClassName
{
background-color: #7A0DAB;
}
</style>
border-color css
<style>
span { border-color: #7A0DAB; }
span { border-color: rgb(122,13,171); }
td.TdClassName
{
border-color: #7A0DAB;
}
.TagClassName
{
border-color: #7A0DAB;
}
</style>