Shades of Dark Magenta #7E0F8E
Tints of Dark Magenta #7E0F8E
RGB
CMYK
RGB Variations
Color information
#7E0F8E (or 0x7E0F8E) is known color: Dark Magenta. HEX triplet: 7E, 0F and 8E. RGB value is (126,15,142). Sum of RGB (Red+Green+Blue) = 126+15+142=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E0F8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0F8E is #81F071. Grayscale: #3E3E3E. Windows color (decimal): -8515698 or 9310078. OLE color: 9310078.
HSL color Cylindrical-coordinate representation of color #7E0F8E: hue angle of 292.44º degrees, saturation: 0.81, 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 #7E0F8E is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 15 | 142 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.44 |
| HSL | 292.44º | 0.81% | 0.31% | - |
| HSV(B) | 292.44º | 0.89% | 0.56% | - |
| XYZ | 13.66 | 6.73 | 26.17 | - |
| YUV | 62.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 142 | 0.11 | 0.89 | 0 | 0.44 | 292.44 | 0.81 | 0.31 |
| Hex | 7E | F | 8E | B | 59 | 0 | 2C | 124 | 51 | 1F |
| Octal | 176 | 17 | 216 | 13 | 131 | 0 | 54 | 444 | 121 | 37 |
| Binary | 1111110 | 1111 | 10001110 | 1011 | 1011001 | 0 | 101100 | 100100100 | 1010001 | 11111 |
Color Harmonies of #7E0F8E
Complementary color
Monochromatic Colors of #7E0F8E
Black with #7E0F8E
Text Example
Text Example
White with #7E0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F8E; }
p { color: rgb(126,15,142); }
H1.HeaderClassName
{
color: #7E0F8E;
}
.AnyTagClassName
{
color: #7E0F8E;
}
</style>
background-color css
<style>
a { background-color: #7E0F8E; }
a { background-color: rgb(126,15,142); }
div.DivClassName
{
background-color: #7E0F8E;
}
.BgClassName
{
background-color: #7E0F8E;
}
</style>
border-color css
<style>
span { border-color: #7E0F8E; }
span { border-color: rgb(126,15,142); }
td.TdClassName
{
border-color: #7E0F8E;
}
.TagClassName
{
border-color: #7E0F8E;
}
</style>