Shades of Dark Magenta #7F0095
Tints of Dark Magenta #7F0095
RGB
CMYK
RGB Variations
Color information
#7F0095 (or 0x7F0095) is known color: Dark Magenta. HEX triplet: 7F, 00 and 95. RGB value is (127,0,149). Sum of RGB (Red+Green+Blue) = 127+0+149=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0095 is #80FF6A. Grayscale: #363636. Windows color (decimal): -8453995 or 9764991. OLE color: 9764991.
HSL color Cylindrical-coordinate representation of color #7F0095: hue angle of 291.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0095 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 0 | 149 | - |
| CMYK | 0.15 | 1 | 0 | 0.42 |
| HSL | 291.14º | 1% | 0.29% | - |
| HSV(B) | 291.14º | 1% | 0.58% | - |
| XYZ | 14.18 | 6.68 | 28.98 | - |
| YUV | 54.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 149 | 0.15 | 1 | 0 | 0.42 | 291.14 | 1 | 0.29 |
| Hex | 7F | 0 | 95 | F | 64 | 0 | 2A | 123 | 64 | 1D |
| Octal | 177 | 0 | 225 | 17 | 144 | 0 | 52 | 443 | 144 | 35 |
| Binary | 1111111 | 0 | 10010101 | 1111 | 1100100 | 0 | 101010 | 100100011 | 1100100 | 11101 |
Color Harmonies of #7F0095
Complementary color
Monochromatic Colors of #7F0095
Black with #7F0095
Text Example
Text Example
White with #7F0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0095; }
p { color: rgb(127,0,149); }
H1.HeaderClassName
{
color: #7F0095;
}
.AnyTagClassName
{
color: #7F0095;
}
</style>
background-color css
<style>
a { background-color: #7F0095; }
a { background-color: rgb(127,0,149); }
div.DivClassName
{
background-color: #7F0095;
}
.BgClassName
{
background-color: #7F0095;
}
</style>
border-color css
<style>
span { border-color: #7F0095; }
span { border-color: rgb(127,0,149); }
td.TdClassName
{
border-color: #7F0095;
}
.TagClassName
{
border-color: #7F0095;
}
</style>