Shades of Dark Magenta #7F018E
Tints of Dark Magenta #7F018E
RGB
CMYK
RGB Variations
Color information
#7F018E (or 0x7F018E) is known color: Dark Magenta. HEX triplet: 7F, 01 and 8E. RGB value is (127,1,142). Sum of RGB (Red+Green+Blue) = 127+1+142=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F018E is #80FE71. Grayscale: #363636. Windows color (decimal): -8453746 or 9306495. OLE color: 9306495.
HSL color Cylindrical-coordinate representation of color #7F018E: hue angle of 293.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F018E is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 1 | 142 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.44 |
| HSL | 293.62º | 0.99% | 0.28% | - |
| HSV(B) | 293.62º | 0.99% | 0.56% | - |
| XYZ | 13.65 | 6.49 | 26.12 | - |
| YUV | 54.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 142 | 0.11 | 0.99 | 0 | 0.44 | 293.62 | 0.99 | 0.28 |
| Hex | 7F | 1 | 8E | B | 63 | 0 | 2C | 126 | 63 | 1C |
| Octal | 177 | 1 | 216 | 13 | 143 | 0 | 54 | 446 | 143 | 34 |
| Binary | 1111111 | 1 | 10001110 | 1011 | 1100011 | 0 | 101100 | 100100110 | 1100011 | 11100 |
Color Harmonies of #7F018E
Complementary color
Monochromatic Colors of #7F018E
Black with #7F018E
Text Example
Text Example
White with #7F018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F018E; }
p { color: rgb(127,1,142); }
H1.HeaderClassName
{
color: #7F018E;
}
.AnyTagClassName
{
color: #7F018E;
}
</style>
background-color css
<style>
a { background-color: #7F018E; }
a { background-color: rgb(127,1,142); }
div.DivClassName
{
background-color: #7F018E;
}
.BgClassName
{
background-color: #7F018E;
}
</style>
border-color css
<style>
span { border-color: #7F018E; }
span { border-color: rgb(127,1,142); }
td.TdClassName
{
border-color: #7F018E;
}
.TagClassName
{
border-color: #7F018E;
}
</style>