Shades of Dark Magenta #7F0797
Tints of Dark Magenta #7F0797
RGB
CMYK
RGB Variations
Color information
#7F0797 (or 0x7F0797) is known color: Dark Magenta. HEX triplet: 7F, 07 and 97. RGB value is (127,7,151). Sum of RGB (Red+Green+Blue) = 127+7+151=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F0797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0797 is #80F868. Grayscale: #3A3A3A. Windows color (decimal): -8452201 or 9897855. OLE color: 9897855.
HSL color Cylindrical-coordinate representation of color #7F0797: hue angle of 290º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0797 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 7 | 151 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.41 |
| HSL | 290º | 0.91% | 0.31% | - |
| HSV(B) | 290º | 0.95% | 0.59% | - |
| XYZ | 14.41 | 6.9 | 29.85 | - |
| YUV | 59.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 151 | 0.16 | 0.95 | 0 | 0.41 | 290 | 0.91 | 0.31 |
| Hex | 7F | 7 | 97 | 10 | 5F | 0 | 29 | 122 | 5B | 1F |
| Octal | 177 | 7 | 227 | 20 | 137 | 0 | 51 | 442 | 133 | 37 |
| Binary | 1111111 | 111 | 10010111 | 10000 | 1011111 | 0 | 101001 | 100100010 | 1011011 | 11111 |
Color Harmonies of #7F0797
Complementary color
Monochromatic Colors of #7F0797
Black with #7F0797
Text Example
Text Example
White with #7F0797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0797; }
p { color: rgb(127,7,151); }
H1.HeaderClassName
{
color: #7F0797;
}
.AnyTagClassName
{
color: #7F0797;
}
</style>
background-color css
<style>
a { background-color: #7F0797; }
a { background-color: rgb(127,7,151); }
div.DivClassName
{
background-color: #7F0797;
}
.BgClassName
{
background-color: #7F0797;
}
</style>
border-color css
<style>
span { border-color: #7F0797; }
span { border-color: rgb(127,7,151); }
td.TdClassName
{
border-color: #7F0797;
}
.TagClassName
{
border-color: #7F0797;
}
</style>