Shades of Dark Magenta #7F108F
Tints of Dark Magenta #7F108F
RGB
CMYK
RGB Variations
Color information
#7F108F (or 0x7F108F) is known color: Dark Magenta. HEX triplet: 7F, 10 and 8F. RGB value is (127,16,143). Sum of RGB (Red+Green+Blue) = 127+16+143=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F108F is #80EF70. Grayscale: #3F3F3F. Windows color (decimal): -8449905 or 9375871. OLE color: 9375871.
HSL color Cylindrical-coordinate representation of color #7F108F: hue angle of 292.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F108F is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 16 | 143 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.44 |
| HSL | 292.44º | 0.8% | 0.31% | - |
| HSV(B) | 292.44º | 0.89% | 0.56% | - |
| XYZ | 13.9 | 6.87 | 26.58 | - |
| YUV | 63.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 143 | 0.11 | 0.89 | 0 | 0.44 | 292.44 | 0.8 | 0.31 |
| Hex | 7F | 10 | 8F | B | 59 | 0 | 2C | 124 | 50 | 1F |
| Octal | 177 | 20 | 217 | 13 | 131 | 0 | 54 | 444 | 120 | 37 |
| Binary | 1111111 | 10000 | 10001111 | 1011 | 1011001 | 0 | 101100 | 100100100 | 1010000 | 11111 |
Color Harmonies of #7F108F
Complementary color
Monochromatic Colors of #7F108F
Black with #7F108F
Text Example
Text Example
White with #7F108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F108F; }
p { color: rgb(127,16,143); }
H1.HeaderClassName
{
color: #7F108F;
}
.AnyTagClassName
{
color: #7F108F;
}
</style>
background-color css
<style>
a { background-color: #7F108F; }
a { background-color: rgb(127,16,143); }
div.DivClassName
{
background-color: #7F108F;
}
.BgClassName
{
background-color: #7F108F;
}
</style>
border-color css
<style>
span { border-color: #7F108F; }
span { border-color: rgb(127,16,143); }
td.TdClassName
{
border-color: #7F108F;
}
.TagClassName
{
border-color: #7F108F;
}
</style>