Shades of Dark Magenta #7F0799
Tints of Dark Magenta #7F0799
RGB
CMYK
RGB Variations
Color information
#7F0799 (or 0x7F0799) is known color: Dark Magenta. HEX triplet: 7F, 07 and 99. RGB value is (127,7,153). Sum of RGB (Red+Green+Blue) = 127+7+153=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0799 is #80F866. Grayscale: #3B3B3B. Windows color (decimal): -8452199 or 10028927. OLE color: 10028927.
HSL color Cylindrical-coordinate representation of color #7F0799: hue angle of 289.32º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0799 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 7 | 153 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.4 |
| HSL | 289.32º | 0.91% | 0.31% | - |
| HSV(B) | 289.32º | 0.95% | 0.6% | - |
| XYZ | 14.58 | 6.96 | 30.71 | - |
| YUV | 59.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 153 | 0.17 | 0.95 | 0 | 0.4 | 289.32 | 0.91 | 0.31 |
| Hex | 7F | 7 | 99 | 11 | 5F | 0 | 28 | 121 | 5B | 1F |
| Octal | 177 | 7 | 231 | 21 | 137 | 0 | 50 | 441 | 133 | 37 |
| Binary | 1111111 | 111 | 10011001 | 10001 | 1011111 | 0 | 101000 | 100100001 | 1011011 | 11111 |
Color Harmonies of #7F0799
Complementary color
Monochromatic Colors of #7F0799
Black with #7F0799
Text Example
Text Example
White with #7F0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0799; }
p { color: rgb(127,7,153); }
H1.HeaderClassName
{
color: #7F0799;
}
.AnyTagClassName
{
color: #7F0799;
}
</style>
background-color css
<style>
a { background-color: #7F0799; }
a { background-color: rgb(127,7,153); }
div.DivClassName
{
background-color: #7F0799;
}
.BgClassName
{
background-color: #7F0799;
}
</style>
border-color css
<style>
span { border-color: #7F0799; }
span { border-color: rgb(127,7,153); }
td.TdClassName
{
border-color: #7F0799;
}
.TagClassName
{
border-color: #7F0799;
}
</style>