Shades of Dark Magenta #7A00AA
Tints of Dark Magenta #7A00AA
RGB
CMYK
RGB Variations
Color information
#7A00AA (or 0x7A00AA) is known color: Dark Magenta. HEX triplet: 7A, 00 and AA. RGB value is (122,0,170). Sum of RGB (Red+Green+Blue) = 122+0+170=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A00AA is #85FF55. Grayscale: #373737. Windows color (decimal): -8781654 or 11141242. OLE color: 11141242.
HSL color Cylindrical-coordinate representation of color #7A00AA: hue angle of 283.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00AA is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 0 | 170 | - |
| CMYK | 0.28 | 1 | 0 | 0.33 |
| HSL | 283.06º | 1% | 0.33% | - |
| HSV(B) | 283.06º | 1% | 0.67% | - |
| XYZ | 15.28 | 7.04 | 38.58 | - |
| YUV | 55.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 170 | 0.28 | 1 | 0 | 0.33 | 283.06 | 1 | 0.33 |
| Hex | 7A | 0 | AA | 1C | 64 | 0 | 21 | 11B | 64 | 21 |
| Octal | 172 | 0 | 252 | 34 | 144 | 0 | 41 | 433 | 144 | 41 |
| Binary | 1111010 | 0 | 10101010 | 11100 | 1100100 | 0 | 100001 | 100011011 | 1100100 | 100001 |
Color Harmonies of #7A00AA
Complementary color
Monochromatic Colors of #7A00AA
Black with #7A00AA
Text Example
Text Example
White with #7A00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00AA; }
p { color: rgb(122,0,170); }
H1.HeaderClassName
{
color: #7A00AA;
}
.AnyTagClassName
{
color: #7A00AA;
}
</style>
background-color css
<style>
a { background-color: #7A00AA; }
a { background-color: rgb(122,0,170); }
div.DivClassName
{
background-color: #7A00AA;
}
.BgClassName
{
background-color: #7A00AA;
}
</style>
border-color css
<style>
span { border-color: #7A00AA; }
span { border-color: rgb(122,0,170); }
td.TdClassName
{
border-color: #7A00AA;
}
.TagClassName
{
border-color: #7A00AA;
}
</style>