Shades of Dark Magenta #7F0099
Tints of Dark Magenta #7F0099
RGB
CMYK
RGB Variations
Color information
#7F0099 (or 0x7F0099) is known color: Dark Magenta. HEX triplet: 7F, 00 and 99. RGB value is (127,0,153). Sum of RGB (Red+Green+Blue) = 127+0+153=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0099 is #80FF66. Grayscale: #363636. Windows color (decimal): -8453991 or 10027135. OLE color: 10027135.
HSL color Cylindrical-coordinate representation of color #7F0099: hue angle of 289.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0099 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 0 | 153 | - |
| CMYK | 0.17 | 1 | 0 | 0.4 |
| HSL | 289.8º | 1% | 0.3% | - |
| HSV(B) | 289.8º | 1% | 0.6% | - |
| XYZ | 14.5 | 6.81 | 30.69 | - |
| YUV | 55.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 153 | 0.17 | 1 | 0 | 0.4 | 289.8 | 1 | 0.3 |
| Hex | 7F | 0 | 99 | 11 | 64 | 0 | 28 | 122 | 64 | 1E |
| Octal | 177 | 0 | 231 | 21 | 144 | 0 | 50 | 442 | 144 | 36 |
| Binary | 1111111 | 0 | 10011001 | 10001 | 1100100 | 0 | 101000 | 100100010 | 1100100 | 11110 |
Color Harmonies of #7F0099
Complementary color
Monochromatic Colors of #7F0099
Black with #7F0099
Text Example
Text Example
White with #7F0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0099; }
p { color: rgb(127,0,153); }
H1.HeaderClassName
{
color: #7F0099;
}
.AnyTagClassName
{
color: #7F0099;
}
</style>
background-color css
<style>
a { background-color: #7F0099; }
a { background-color: rgb(127,0,153); }
div.DivClassName
{
background-color: #7F0099;
}
.BgClassName
{
background-color: #7F0099;
}
</style>
border-color css
<style>
span { border-color: #7F0099; }
span { border-color: rgb(127,0,153); }
td.TdClassName
{
border-color: #7F0099;
}
.TagClassName
{
border-color: #7F0099;
}
</style>