Shades of Dark Magenta #7D11AC
Tints of Dark Magenta #7D11AC
RGB
CMYK
RGB Variations
Color information
#7D11AC (or 0x7D11AC) is known color: Dark Magenta. HEX triplet: 7D, 11 and AC. RGB value is (125,17,172). Sum of RGB (Red+Green+Blue) = 125+17+172=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 17 (7.03% from 255 or 5.41% 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 #7D11AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D11AC is #82EE53. Grayscale: #424242. Windows color (decimal): -8580692 or 11276669. OLE color: 11276669.
HSL color Cylindrical-coordinate representation of color #7D11AC: hue angle of 281.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D11AC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 17 | 172 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.33 |
| HSL | 281.81º | 0.82% | 0.37% | - |
| HSV(B) | 281.81º | 0.9% | 0.67% | - |
| XYZ | 16.1 | 7.74 | 39.67 | - |
| YUV | 66.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 172 | 0.27 | 0.90 | 0 | 0.33 | 281.81 | 0.82 | 0.37 |
| Hex | 7D | 11 | AC | 1B | 5A | 0 | 21 | 11A | 52 | 25 |
| Octal | 175 | 21 | 254 | 33 | 132 | 0 | 41 | 432 | 122 | 45 |
| Binary | 1111101 | 10001 | 10101100 | 11011 | 1011010 | 0 | 100001 | 100011010 | 1010010 | 100101 |
Color Harmonies of #7D11AC
Complementary color
Monochromatic Colors of #7D11AC
Black with #7D11AC
Text Example
Text Example
White with #7D11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11AC; }
p { color: rgb(125,17,172); }
H1.HeaderClassName
{
color: #7D11AC;
}
.AnyTagClassName
{
color: #7D11AC;
}
</style>
background-color css
<style>
a { background-color: #7D11AC; }
a { background-color: rgb(125,17,172); }
div.DivClassName
{
background-color: #7D11AC;
}
.BgClassName
{
background-color: #7D11AC;
}
</style>
border-color css
<style>
span { border-color: #7D11AC; }
span { border-color: rgb(125,17,172); }
td.TdClassName
{
border-color: #7D11AC;
}
.TagClassName
{
border-color: #7D11AC;
}
</style>