Shades of Dark Magenta #7E00AC
Tints of Dark Magenta #7E00AC
RGB
CMYK
RGB Variations
Color information
#7E00AC (or 0x7E00AC) is known color: Dark Magenta. HEX triplet: 7E, 00 and AC. RGB value is (126,0,172). Sum of RGB (Red+Green+Blue) = 126+0+172=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E00AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E00AC is #81FF53. Grayscale: #383838. Windows color (decimal): -8519508 or 11272318. OLE color: 11272318.
HSL color Cylindrical-coordinate representation of color #7E00AC: hue angle of 283.95º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00AC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 0 | 172 | - |
| CMYK | 0.27 | 1 | 0 | 0.33 |
| HSL | 283.95º | 1% | 0.34% | - |
| HSV(B) | 283.95º | 1% | 0.67% | - |
| XYZ | 16.05 | 7.41 | 39.61 | - |
| YUV | 57.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 172 | 0.27 | 1 | 0 | 0.33 | 283.95 | 1 | 0.34 |
| Hex | 7E | 0 | AC | 1B | 64 | 0 | 21 | 11C | 64 | 22 |
| Octal | 176 | 0 | 254 | 33 | 144 | 0 | 41 | 434 | 144 | 42 |
| Binary | 1111110 | 0 | 10101100 | 11011 | 1100100 | 0 | 100001 | 100011100 | 1100100 | 100010 |
Color Harmonies of #7E00AC
Complementary color
Monochromatic Colors of #7E00AC
Black with #7E00AC
Text Example
Text Example
White with #7E00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00AC; }
p { color: rgb(126,0,172); }
H1.HeaderClassName
{
color: #7E00AC;
}
.AnyTagClassName
{
color: #7E00AC;
}
</style>
background-color css
<style>
a { background-color: #7E00AC; }
a { background-color: rgb(126,0,172); }
div.DivClassName
{
background-color: #7E00AC;
}
.BgClassName
{
background-color: #7E00AC;
}
</style>
border-color css
<style>
span { border-color: #7E00AC; }
span { border-color: rgb(126,0,172); }
td.TdClassName
{
border-color: #7E00AC;
}
.TagClassName
{
border-color: #7E00AC;
}
</style>