Shades of Dark Magenta #7F0199
Tints of Dark Magenta #7F0199
RGB
CMYK
RGB Variations
Color information
#7F0199 (or 0x7F0199) is known color: Dark Magenta. HEX triplet: 7F, 01 and 99. RGB value is (127,1,153). Sum of RGB (Red+Green+Blue) = 127+1+153=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0199 is #80FE66. Grayscale: #373737. Windows color (decimal): -8453735 or 10027391. OLE color: 10027391.
HSL color Cylindrical-coordinate representation of color #7F0199: hue angle of 289.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0199 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 1 | 153 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.4 |
| HSL | 289.74º | 0.99% | 0.3% | - |
| HSV(B) | 289.74º | 0.99% | 0.6% | - |
| XYZ | 14.51 | 6.83 | 30.69 | - |
| YUV | 56 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 153 | 0.17 | 0.99 | 0 | 0.4 | 289.74 | 0.99 | 0.3 |
| Hex | 7F | 1 | 99 | 11 | 63 | 0 | 28 | 122 | 63 | 1E |
| Octal | 177 | 1 | 231 | 21 | 143 | 0 | 50 | 442 | 143 | 36 |
| Binary | 1111111 | 1 | 10011001 | 10001 | 1100011 | 0 | 101000 | 100100010 | 1100011 | 11110 |
Color Harmonies of #7F0199
Complementary color
Monochromatic Colors of #7F0199
Black with #7F0199
Text Example
Text Example
White with #7F0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0199; }
p { color: rgb(127,1,153); }
H1.HeaderClassName
{
color: #7F0199;
}
.AnyTagClassName
{
color: #7F0199;
}
</style>
background-color css
<style>
a { background-color: #7F0199; }
a { background-color: rgb(127,1,153); }
div.DivClassName
{
background-color: #7F0199;
}
.BgClassName
{
background-color: #7F0199;
}
</style>
border-color css
<style>
span { border-color: #7F0199; }
span { border-color: rgb(127,1,153); }
td.TdClassName
{
border-color: #7F0199;
}
.TagClassName
{
border-color: #7F0199;
}
</style>