Shades of Dark Magenta #790F94
Tints of Dark Magenta #790F94
RGB
CMYK
RGB Variations
Color information
#790F94 (or 0x790F94) is known color: Dark Magenta. HEX triplet: 79, 0F and 94. RGB value is (121,15,148). Sum of RGB (Red+Green+Blue) = 121+15+148=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #790F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F94 is #86F06B. Grayscale: #3D3D3D. Windows color (decimal): -8843372 or 9703289. OLE color: 9703289.
HSL color Cylindrical-coordinate representation of color #790F94: hue angle of 287.82º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790F94 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 15 | 148 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.42 |
| HSL | 287.82º | 0.82% | 0.32% | - |
| HSV(B) | 287.82º | 0.9% | 0.58% | - |
| XYZ | 13.4 | 6.54 | 28.57 | - |
| YUV | 61.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 148 | 0.18 | 0.90 | 0 | 0.42 | 287.82 | 0.82 | 0.32 |
| Hex | 79 | F | 94 | 12 | 5A | 0 | 2A | 120 | 52 | 20 |
| Octal | 171 | 17 | 224 | 22 | 132 | 0 | 52 | 440 | 122 | 40 |
| Binary | 1111001 | 1111 | 10010100 | 10010 | 1011010 | 0 | 101010 | 100100000 | 1010010 | 100000 |
Color Harmonies of #790F94
Complementary color
Monochromatic Colors of #790F94
Black with #790F94
Text Example
Text Example
White with #790F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F94; }
p { color: rgb(121,15,148); }
H1.HeaderClassName
{
color: #790F94;
}
.AnyTagClassName
{
color: #790F94;
}
</style>
background-color css
<style>
a { background-color: #790F94; }
a { background-color: rgb(121,15,148); }
div.DivClassName
{
background-color: #790F94;
}
.BgClassName
{
background-color: #790F94;
}
</style>
border-color css
<style>
span { border-color: #790F94; }
span { border-color: rgb(121,15,148); }
td.TdClassName
{
border-color: #790F94;
}
.TagClassName
{
border-color: #790F94;
}
</style>