Shades of Dark Magenta #7F0195
Tints of Dark Magenta #7F0195
RGB
CMYK
RGB Variations
Color information
#7F0195 (or 0x7F0195) is known color: Dark Magenta. HEX triplet: 7F, 01 and 95. RGB value is (127,1,149). Sum of RGB (Red+Green+Blue) = 127+1+149=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0195 is #80FE6A. Grayscale: #373737. Windows color (decimal): -8453739 or 9765247. OLE color: 9765247.
HSL color Cylindrical-coordinate representation of color #7F0195: hue angle of 291.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0195 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 1 | 149 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.42 |
| HSL | 291.08º | 0.99% | 0.29% | - |
| HSV(B) | 291.08º | 0.99% | 0.58% | - |
| XYZ | 14.19 | 6.7 | 28.98 | - |
| YUV | 55.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 149 | 0.15 | 0.99 | 0 | 0.42 | 291.08 | 0.99 | 0.29 |
| Hex | 7F | 1 | 95 | F | 63 | 0 | 2A | 123 | 63 | 1D |
| Octal | 177 | 1 | 225 | 17 | 143 | 0 | 52 | 443 | 143 | 35 |
| Binary | 1111111 | 1 | 10010101 | 1111 | 1100011 | 0 | 101010 | 100100011 | 1100011 | 11101 |
Color Harmonies of #7F0195
Complementary color
Monochromatic Colors of #7F0195
Black with #7F0195
Text Example
Text Example
White with #7F0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0195; }
p { color: rgb(127,1,149); }
H1.HeaderClassName
{
color: #7F0195;
}
.AnyTagClassName
{
color: #7F0195;
}
</style>
background-color css
<style>
a { background-color: #7F0195; }
a { background-color: rgb(127,1,149); }
div.DivClassName
{
background-color: #7F0195;
}
.BgClassName
{
background-color: #7F0195;
}
</style>
border-color css
<style>
span { border-color: #7F0195; }
span { border-color: rgb(127,1,149); }
td.TdClassName
{
border-color: #7F0195;
}
.TagClassName
{
border-color: #7F0195;
}
</style>