Shades of Dark Magenta #7F019F
Tints of Dark Magenta #7F019F
RGB
CMYK
RGB Variations
Color information
#7F019F (or 0x7F019F) is known color: Dark Magenta. HEX triplet: 7F, 01 and 9F. RGB value is (127,1,159). Sum of RGB (Red+Green+Blue) = 127+1+159=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F019F is #80FE60. Grayscale: #383838. Windows color (decimal): -8453729 or 10420607. OLE color: 10420607.
HSL color Cylindrical-coordinate representation of color #7F019F: hue angle of 287.85º degrees, saturation: 0.99, 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 #7F019F is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 1 | 159 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.38 |
| HSL | 287.85º | 0.99% | 0.31% | - |
| HSV(B) | 287.85º | 0.99% | 0.62% | - |
| XYZ | 15.02 | 7.04 | 33.37 | - |
| YUV | 56.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 159 | 0.20 | 0.99 | 0 | 0.38 | 287.85 | 0.99 | 0.31 |
| Hex | 7F | 1 | 9F | 14 | 63 | 0 | 26 | 120 | 63 | 1F |
| Octal | 177 | 1 | 237 | 24 | 143 | 0 | 46 | 440 | 143 | 37 |
| Binary | 1111111 | 1 | 10011111 | 10100 | 1100011 | 0 | 100110 | 100100000 | 1100011 | 11111 |
Color Harmonies of #7F019F
Complementary color
Monochromatic Colors of #7F019F
Black with #7F019F
Text Example
Text Example
White with #7F019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F019F; }
p { color: rgb(127,1,159); }
H1.HeaderClassName
{
color: #7F019F;
}
.AnyTagClassName
{
color: #7F019F;
}
</style>
background-color css
<style>
a { background-color: #7F019F; }
a { background-color: rgb(127,1,159); }
div.DivClassName
{
background-color: #7F019F;
}
.BgClassName
{
background-color: #7F019F;
}
</style>
border-color css
<style>
span { border-color: #7F019F; }
span { border-color: rgb(127,1,159); }
td.TdClassName
{
border-color: #7F019F;
}
.TagClassName
{
border-color: #7F019F;
}
</style>