Shades of Dark Magenta #790F99
Tints of Dark Magenta #790F99
RGB
CMYK
RGB Variations
Color information
#790F99 (or 0x790F99) is known color: Dark Magenta. HEX triplet: 79, 0F and 99. RGB value is (121,15,153). Sum of RGB (Red+Green+Blue) = 121+15+153=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #790F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F99 is #86F066. Grayscale: #3D3D3D. Windows color (decimal): -8843367 or 10030969. OLE color: 10030969.
HSL color Cylindrical-coordinate representation of color #790F99: hue angle of 286.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790F99 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 15 | 153 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.4 |
| HSL | 286.09º | 0.82% | 0.33% | - |
| HSV(B) | 286.09º | 0.9% | 0.6% | - |
| XYZ | 13.81 | 6.71 | 30.7 | - |
| YUV | 62.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 153 | 0.21 | 0.90 | 0 | 0.4 | 286.09 | 0.82 | 0.33 |
| Hex | 79 | F | 99 | 15 | 5A | 0 | 28 | 11E | 52 | 21 |
| Octal | 171 | 17 | 231 | 25 | 132 | 0 | 50 | 436 | 122 | 41 |
| Binary | 1111001 | 1111 | 10011001 | 10101 | 1011010 | 0 | 101000 | 100011110 | 1010010 | 100001 |
Color Harmonies of #790F99
Complementary color
Monochromatic Colors of #790F99
Black with #790F99
Text Example
Text Example
White with #790F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F99; }
p { color: rgb(121,15,153); }
H1.HeaderClassName
{
color: #790F99;
}
.AnyTagClassName
{
color: #790F99;
}
</style>
background-color css
<style>
a { background-color: #790F99; }
a { background-color: rgb(121,15,153); }
div.DivClassName
{
background-color: #790F99;
}
.BgClassName
{
background-color: #790F99;
}
</style>
border-color css
<style>
span { border-color: #790F99; }
span { border-color: rgb(121,15,153); }
td.TdClassName
{
border-color: #790F99;
}
.TagClassName
{
border-color: #790F99;
}
</style>