Shades of Dark Magenta #7F039E
Tints of Dark Magenta #7F039E
RGB
CMYK
RGB Variations
Color information
#7F039E (or 0x7F039E) is known color: Dark Magenta. HEX triplet: 7F, 03 and 9E. RGB value is (127,3,158). Sum of RGB (Red+Green+Blue) = 127+3+158=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F039E is #80FC61. Grayscale: #393939. Windows color (decimal): -8453218 or 10355583. OLE color: 10355583.
HSL color Cylindrical-coordinate representation of color #7F039E: hue angle of 288º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F039E is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 3 | 158 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.38 |
| HSL | 288º | 0.96% | 0.32% | - |
| HSV(B) | 288º | 0.98% | 0.62% | - |
| XYZ | 14.96 | 7.05 | 32.92 | - |
| YUV | 57.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 158 | 0.20 | 0.98 | 0 | 0.38 | 288 | 0.96 | 0.32 |
| Hex | 7F | 3 | 9E | 14 | 62 | 0 | 26 | 120 | 60 | 20 |
| Octal | 177 | 3 | 236 | 24 | 142 | 0 | 46 | 440 | 140 | 40 |
| Binary | 1111111 | 11 | 10011110 | 10100 | 1100010 | 0 | 100110 | 100100000 | 1100000 | 100000 |
Color Harmonies of #7F039E
Complementary color
Monochromatic Colors of #7F039E
Black with #7F039E
Text Example
Text Example
White with #7F039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F039E; }
p { color: rgb(127,3,158); }
H1.HeaderClassName
{
color: #7F039E;
}
.AnyTagClassName
{
color: #7F039E;
}
</style>
background-color css
<style>
a { background-color: #7F039E; }
a { background-color: rgb(127,3,158); }
div.DivClassName
{
background-color: #7F039E;
}
.BgClassName
{
background-color: #7F039E;
}
</style>
border-color css
<style>
span { border-color: #7F039E; }
span { border-color: rgb(127,3,158); }
td.TdClassName
{
border-color: #7F039E;
}
.TagClassName
{
border-color: #7F039E;
}
</style>