Shades of Dark Magenta #7F029E
Tints of Dark Magenta #7F029E
RGB
CMYK
RGB Variations
Color information
#7F029E (or 0x7F029E) is known color: Dark Magenta. HEX triplet: 7F, 02 and 9E. RGB value is (127,2,158). Sum of RGB (Red+Green+Blue) = 127+2+158=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F029E is #80FD61. Grayscale: #383838. Windows color (decimal): -8453474 or 10355327. OLE color: 10355327.
HSL color Cylindrical-coordinate representation of color #7F029E: hue angle of 288.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F029E is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 2 | 158 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.38 |
| HSL | 288.08º | 0.98% | 0.31% | - |
| HSV(B) | 288.08º | 0.99% | 0.62% | - |
| XYZ | 14.95 | 7.02 | 32.92 | - |
| YUV | 57.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 158 | 0.20 | 0.99 | 0 | 0.38 | 288.08 | 0.98 | 0.31 |
| Hex | 7F | 2 | 9E | 14 | 63 | 0 | 26 | 120 | 62 | 1F |
| Octal | 177 | 2 | 236 | 24 | 143 | 0 | 46 | 440 | 142 | 37 |
| Binary | 1111111 | 10 | 10011110 | 10100 | 1100011 | 0 | 100110 | 100100000 | 1100010 | 11111 |
Color Harmonies of #7F029E
Complementary color
Monochromatic Colors of #7F029E
Black with #7F029E
Text Example
Text Example
White with #7F029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F029E; }
p { color: rgb(127,2,158); }
H1.HeaderClassName
{
color: #7F029E;
}
.AnyTagClassName
{
color: #7F029E;
}
</style>
background-color css
<style>
a { background-color: #7F029E; }
a { background-color: rgb(127,2,158); }
div.DivClassName
{
background-color: #7F029E;
}
.BgClassName
{
background-color: #7F029E;
}
</style>
border-color css
<style>
span { border-color: #7F029E; }
span { border-color: rgb(127,2,158); }
td.TdClassName
{
border-color: #7F029E;
}
.TagClassName
{
border-color: #7F029E;
}
</style>