Shades of Dark Magenta #7C00AD
Tints of Dark Magenta #7C00AD
RGB
CMYK
RGB Variations
Color information
#7C00AD (or 0x7C00AD) is known color: Dark Magenta. HEX triplet: 7C, 00 and AD. RGB value is (124,0,173). Sum of RGB (Red+Green+Blue) = 124+0+173=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C00AD is #83FF52. Grayscale: #383838. Windows color (decimal): -8650579 or 11337852. OLE color: 11337852.
HSL color Cylindrical-coordinate representation of color #7C00AD: hue angle of 283.01º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00AD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 0 | 173 | - |
| CMYK | 0.28 | 1 | 0 | 0.32 |
| HSL | 283.01º | 1% | 0.34% | - |
| HSV(B) | 283.01º | 1% | 0.68% | - |
| XYZ | 15.86 | 7.3 | 40.11 | - |
| YUV | 56.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 173 | 0.28 | 1 | 0 | 0.32 | 283.01 | 1 | 0.34 |
| Hex | 7C | 0 | AD | 1C | 64 | 0 | 20 | 11B | 64 | 22 |
| Octal | 174 | 0 | 255 | 34 | 144 | 0 | 40 | 433 | 144 | 42 |
| Binary | 1111100 | 0 | 10101101 | 11100 | 1100100 | 0 | 100000 | 100011011 | 1100100 | 100010 |
Color Harmonies of #7C00AD
Complementary color
Monochromatic Colors of #7C00AD
Black with #7C00AD
Text Example
Text Example
White with #7C00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00AD; }
p { color: rgb(124,0,173); }
H1.HeaderClassName
{
color: #7C00AD;
}
.AnyTagClassName
{
color: #7C00AD;
}
</style>
background-color css
<style>
a { background-color: #7C00AD; }
a { background-color: rgb(124,0,173); }
div.DivClassName
{
background-color: #7C00AD;
}
.BgClassName
{
background-color: #7C00AD;
}
</style>
border-color css
<style>
span { border-color: #7C00AD; }
span { border-color: rgb(124,0,173); }
td.TdClassName
{
border-color: #7C00AD;
}
.TagClassName
{
border-color: #7C00AD;
}
</style>