Shades of Dark Magenta #7E10AC
Tints of Dark Magenta #7E10AC
RGB
CMYK
RGB Variations
Color information
#7E10AC (or 0x7E10AC) is known color: Dark Magenta. HEX triplet: 7E, 10 and AC. RGB value is (126,16,172). Sum of RGB (Red+Green+Blue) = 126+16+172=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E10AC is #81EF53. Grayscale: #424242. Windows color (decimal): -8515412 or 11276414. OLE color: 11276414.
HSL color Cylindrical-coordinate representation of color #7E10AC: hue angle of 282.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E10AC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 16 | 172 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.33 |
| HSL | 282.31º | 0.83% | 0.37% | - |
| HSV(B) | 282.31º | 0.91% | 0.67% | - |
| XYZ | 16.24 | 7.78 | 39.68 | - |
| YUV | 66.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 172 | 0.27 | 0.91 | 0 | 0.33 | 282.31 | 0.83 | 0.37 |
| Hex | 7E | 10 | AC | 1B | 5B | 0 | 21 | 11A | 53 | 25 |
| Octal | 176 | 20 | 254 | 33 | 133 | 0 | 41 | 432 | 123 | 45 |
| Binary | 1111110 | 10000 | 10101100 | 11011 | 1011011 | 0 | 100001 | 100011010 | 1010011 | 100101 |
Color Harmonies of #7E10AC
Complementary color
Monochromatic Colors of #7E10AC
Black with #7E10AC
Text Example
Text Example
White with #7E10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E10AC; }
p { color: rgb(126,16,172); }
H1.HeaderClassName
{
color: #7E10AC;
}
.AnyTagClassName
{
color: #7E10AC;
}
</style>
background-color css
<style>
a { background-color: #7E10AC; }
a { background-color: rgb(126,16,172); }
div.DivClassName
{
background-color: #7E10AC;
}
.BgClassName
{
background-color: #7E10AC;
}
</style>
border-color css
<style>
span { border-color: #7E10AC; }
span { border-color: rgb(126,16,172); }
td.TdClassName
{
border-color: #7E10AC;
}
.TagClassName
{
border-color: #7E10AC;
}
</style>