Shades of Dark Magenta #7C0AAA
Tints of Dark Magenta #7C0AAA
RGB
CMYK
RGB Variations
Color information
#7C0AAA (or 0x7C0AAA) is known color: Dark Magenta. HEX triplet: 7C, 0A and AA. RGB value is (124,10,170). Sum of RGB (Red+Green+Blue) = 124+10+170=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0AAA is #83F555. Grayscale: #3D3D3D. Windows color (decimal): -8648022 or 11143804. OLE color: 11143804.
HSL color Cylindrical-coordinate representation of color #7C0AAA: hue angle of 282.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0AAA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 10 | 170 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.33 |
| HSL | 282.75º | 0.89% | 0.35% | - |
| HSV(B) | 282.75º | 0.94% | 0.67% | - |
| XYZ | 15.68 | 7.4 | 38.63 | - |
| YUV | 62.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 170 | 0.27 | 0.94 | 0 | 0.33 | 282.75 | 0.89 | 0.35 |
| Hex | 7C | A | AA | 1B | 5E | 0 | 21 | 11B | 59 | 23 |
| Octal | 174 | 12 | 252 | 33 | 136 | 0 | 41 | 433 | 131 | 43 |
| Binary | 1111100 | 1010 | 10101010 | 11011 | 1011110 | 0 | 100001 | 100011011 | 1011001 | 100011 |
Color Harmonies of #7C0AAA
Complementary color
Monochromatic Colors of #7C0AAA
Black with #7C0AAA
Text Example
Text Example
White with #7C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0AAA; }
p { color: rgb(124,10,170); }
H1.HeaderClassName
{
color: #7C0AAA;
}
.AnyTagClassName
{
color: #7C0AAA;
}
</style>
background-color css
<style>
a { background-color: #7C0AAA; }
a { background-color: rgb(124,10,170); }
div.DivClassName
{
background-color: #7C0AAA;
}
.BgClassName
{
background-color: #7C0AAA;
}
</style>
border-color css
<style>
span { border-color: #7C0AAA; }
span { border-color: rgb(124,10,170); }
td.TdClassName
{
border-color: #7C0AAA;
}
.TagClassName
{
border-color: #7C0AAA;
}
</style>