Shades of Dark Magenta #7C0AA0
Tints of Dark Magenta #7C0AA0
RGB
CMYK
RGB Variations
Color information
#7C0AA0 (or 0x7C0AA0) is known color: Dark Magenta. HEX triplet: 7C, 0A and A0. RGB value is (124,10,160). Sum of RGB (Red+Green+Blue) = 124+10+160=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #7C0AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0AA0 is #83F55F. Grayscale: #3C3C3C. Windows color (decimal): -8648032 or 10488444. OLE color: 10488444.
HSL color Cylindrical-coordinate representation of color #7C0AA0: hue angle of 285.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0AA0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 10 | 160 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.37 |
| HSL | 285.6º | 0.88% | 0.33% | - |
| HSV(B) | 285.6º | 0.94% | 0.63% | - |
| XYZ | 14.77 | 7.04 | 33.84 | - |
| YUV | 61.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 160 | 0.22 | 0.94 | 0 | 0.37 | 285.6 | 0.88 | 0.33 |
| Hex | 7C | A | A0 | 16 | 5E | 0 | 25 | 11E | 58 | 21 |
| Octal | 174 | 12 | 240 | 26 | 136 | 0 | 45 | 436 | 130 | 41 |
| Binary | 1111100 | 1010 | 10100000 | 10110 | 1011110 | 0 | 100101 | 100011110 | 1011000 | 100001 |
Color Harmonies of #7C0AA0
Complementary color
Monochromatic Colors of #7C0AA0
Black with #7C0AA0
Text Example
Text Example
White with #7C0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0AA0; }
p { color: rgb(124,10,160); }
H1.HeaderClassName
{
color: #7C0AA0;
}
.AnyTagClassName
{
color: #7C0AA0;
}
</style>
background-color css
<style>
a { background-color: #7C0AA0; }
a { background-color: rgb(124,10,160); }
div.DivClassName
{
background-color: #7C0AA0;
}
.BgClassName
{
background-color: #7C0AA0;
}
</style>
border-color css
<style>
span { border-color: #7C0AA0; }
span { border-color: rgb(124,10,160); }
td.TdClassName
{
border-color: #7C0AA0;
}
.TagClassName
{
border-color: #7C0AA0;
}
</style>