Shades of Dark Magenta #7F11AC
Tints of Dark Magenta #7F11AC
RGB
CMYK
RGB Variations
Color information
#7F11AC (or 0x7F11AC) is known color: Dark Magenta. HEX triplet: 7F, 11 and AC. RGB value is (127,17,172). Sum of RGB (Red+Green+Blue) = 127+17+172=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F11AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F11AC is #80EE53. Grayscale: #434343. Windows color (decimal): -8449620 or 11276671. OLE color: 11276671.
HSL color Cylindrical-coordinate representation of color #7F11AC: hue angle of 282.58º 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 #7F11AC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 17 | 172 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.33 |
| HSL | 282.58º | 0.82% | 0.37% | - |
| HSV(B) | 282.58º | 0.9% | 0.67% | - |
| XYZ | 16.4 | 7.89 | 39.69 | - |
| YUV | 67.56 | 186.94 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 172 | 0.26 | 0.90 | 0 | 0.33 | 282.58 | 0.82 | 0.37 |
| Hex | 7F | 11 | AC | 1A | 5A | 0 | 21 | 11B | 52 | 25 |
| Octal | 177 | 21 | 254 | 32 | 132 | 0 | 41 | 433 | 122 | 45 |
| Binary | 1111111 | 10001 | 10101100 | 11010 | 1011010 | 0 | 100001 | 100011011 | 1010010 | 100101 |
Color Harmonies of #7F11AC
Complementary color
Monochromatic Colors of #7F11AC
Black with #7F11AC
Text Example
Text Example
White with #7F11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F11AC; }
p { color: rgb(127,17,172); }
H1.HeaderClassName
{
color: #7F11AC;
}
.AnyTagClassName
{
color: #7F11AC;
}
</style>
background-color css
<style>
a { background-color: #7F11AC; }
a { background-color: rgb(127,17,172); }
div.DivClassName
{
background-color: #7F11AC;
}
.BgClassName
{
background-color: #7F11AC;
}
</style>
border-color css
<style>
span { border-color: #7F11AC; }
span { border-color: rgb(127,17,172); }
td.TdClassName
{
border-color: #7F11AC;
}
.TagClassName
{
border-color: #7F11AC;
}
</style>