Shades of Dark Magenta #7C00AA
Tints of Dark Magenta #7C00AA
RGB
CMYK
RGB Variations
Color information
#7C00AA (or 0x7C00AA) is known color: Dark Magenta. HEX triplet: 7C, 00 and AA. RGB value is (124,0,170). Sum of RGB (Red+Green+Blue) = 124+0+170=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C00AA is #83FF55. Grayscale: #373737. Windows color (decimal): -8650582 or 11141244. OLE color: 11141244.
HSL color Cylindrical-coordinate representation of color #7C00AA: hue angle of 283.76º 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 #7C00AA is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 0 | 170 | - |
| CMYK | 0.27 | 1 | 0 | 0.33 |
| HSL | 283.76º | 1% | 0.33% | - |
| HSV(B) | 283.76º | 1% | 0.67% | - |
| XYZ | 15.57 | 7.19 | 38.6 | - |
| YUV | 56.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 170 | 0.27 | 1 | 0 | 0.33 | 283.76 | 1 | 0.33 |
| Hex | 7C | 0 | AA | 1B | 64 | 0 | 21 | 11C | 64 | 21 |
| Octal | 174 | 0 | 252 | 33 | 144 | 0 | 41 | 434 | 144 | 41 |
| Binary | 1111100 | 0 | 10101010 | 11011 | 1100100 | 0 | 100001 | 100011100 | 1100100 | 100001 |
Color Harmonies of #7C00AA
Complementary color
Monochromatic Colors of #7C00AA
Black with #7C00AA
Text Example
Text Example
White with #7C00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00AA; }
p { color: rgb(124,0,170); }
H1.HeaderClassName
{
color: #7C00AA;
}
.AnyTagClassName
{
color: #7C00AA;
}
</style>
background-color css
<style>
a { background-color: #7C00AA; }
a { background-color: rgb(124,0,170); }
div.DivClassName
{
background-color: #7C00AA;
}
.BgClassName
{
background-color: #7C00AA;
}
</style>
border-color css
<style>
span { border-color: #7C00AA; }
span { border-color: rgb(124,0,170); }
td.TdClassName
{
border-color: #7C00AA;
}
.TagClassName
{
border-color: #7C00AA;
}
</style>