Shades of Dark Magenta #7A10A2
Tints of Dark Magenta #7A10A2
RGB
CMYK
RGB Variations
Color information
#7A10A2 (or 0x7A10A2) is known color: Dark Magenta. HEX triplet: 7A, 10 and A2. RGB value is (122,16,162). Sum of RGB (Red+Green+Blue) = 122+16+162=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A10A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A10A2 is #85EF5D. Grayscale: #3F3F3F. Windows color (decimal): -8777566 or 10621050. OLE color: 10621050.
HSL color Cylindrical-coordinate representation of color #7A10A2: hue angle of 283.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A10A2 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 16 | 162 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.36 |
| HSL | 283.56º | 0.82% | 0.35% | - |
| HSV(B) | 283.56º | 0.9% | 0.64% | - |
| XYZ | 14.73 | 7.12 | 34.78 | - |
| YUV | 64.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 162 | 0.25 | 0.90 | 0 | 0.36 | 283.56 | 0.82 | 0.35 |
| Hex | 7A | 10 | A2 | 19 | 5A | 0 | 24 | 11C | 52 | 23 |
| Octal | 172 | 20 | 242 | 31 | 132 | 0 | 44 | 434 | 122 | 43 |
| Binary | 1111010 | 10000 | 10100010 | 11001 | 1011010 | 0 | 100100 | 100011100 | 1010010 | 100011 |
Color Harmonies of #7A10A2
Complementary color
Monochromatic Colors of #7A10A2
Black with #7A10A2
Text Example
Text Example
White with #7A10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10A2; }
p { color: rgb(122,16,162); }
H1.HeaderClassName
{
color: #7A10A2;
}
.AnyTagClassName
{
color: #7A10A2;
}
</style>
background-color css
<style>
a { background-color: #7A10A2; }
a { background-color: rgb(122,16,162); }
div.DivClassName
{
background-color: #7A10A2;
}
.BgClassName
{
background-color: #7A10A2;
}
</style>
border-color css
<style>
span { border-color: #7A10A2; }
span { border-color: rgb(122,16,162); }
td.TdClassName
{
border-color: #7A10A2;
}
.TagClassName
{
border-color: #7A10A2;
}
</style>