Shades of Dark Magenta #7C07AD
Tints of Dark Magenta #7C07AD
RGB
CMYK
RGB Variations
Color information
#7C07AD (or 0x7C07AD) is known color: Dark Magenta. HEX triplet: 7C, 07 and AD. RGB value is (124,7,173). Sum of RGB (Red+Green+Blue) = 124+7+173=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C07AD is #83F852. Grayscale: #3C3C3C. Windows color (decimal): -8648787 or 11339644. OLE color: 11339644.
HSL color Cylindrical-coordinate representation of color #7C07AD: hue angle of 282.29º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C07AD is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 7 | 173 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.32 |
| HSL | 282.29º | 0.92% | 0.35% | - |
| HSV(B) | 282.29º | 0.96% | 0.68% | - |
| XYZ | 15.93 | 7.45 | 40.13 | - |
| YUV | 60.91 | 191.26 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 173 | 0.28 | 0.96 | 0 | 0.32 | 282.29 | 0.92 | 0.35 |
| Hex | 7C | 7 | AD | 1C | 60 | 0 | 20 | 11A | 5C | 23 |
| Octal | 174 | 7 | 255 | 34 | 140 | 0 | 40 | 432 | 134 | 43 |
| Binary | 1111100 | 111 | 10101101 | 11100 | 1100000 | 0 | 100000 | 100011010 | 1011100 | 100011 |
Color Harmonies of #7C07AD
Complementary color
Monochromatic Colors of #7C07AD
Black with #7C07AD
Text Example
Text Example
White with #7C07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C07AD; }
p { color: rgb(124,7,173); }
H1.HeaderClassName
{
color: #7C07AD;
}
.AnyTagClassName
{
color: #7C07AD;
}
</style>
background-color css
<style>
a { background-color: #7C07AD; }
a { background-color: rgb(124,7,173); }
div.DivClassName
{
background-color: #7C07AD;
}
.BgClassName
{
background-color: #7C07AD;
}
</style>
border-color css
<style>
span { border-color: #7C07AD; }
span { border-color: rgb(124,7,173); }
td.TdClassName
{
border-color: #7C07AD;
}
.TagClassName
{
border-color: #7C07AD;
}
</style>