Shades of Dark Magenta #790993
Tints of Dark Magenta #790993
RGB
CMYK
RGB Variations
Color information
#790993 (or 0x790993) is known color: Dark Magenta. HEX triplet: 79, 09 and 93. RGB value is (121,9,147). Sum of RGB (Red+Green+Blue) = 121+9+147=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #790993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790993 is #86F66C. Grayscale: #393939. Windows color (decimal): -8844909 or 9636217. OLE color: 9636217.
HSL color Cylindrical-coordinate representation of color #790993: hue angle of 288.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790993 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 9 | 147 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.42 |
| HSL | 288.7º | 0.88% | 0.31% | - |
| HSV(B) | 288.7º | 0.94% | 0.58% | - |
| XYZ | 13.25 | 6.37 | 28.13 | - |
| YUV | 58.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 147 | 0.18 | 0.94 | 0 | 0.42 | 288.7 | 0.88 | 0.31 |
| Hex | 79 | 9 | 93 | 12 | 5E | 0 | 2A | 121 | 58 | 1F |
| Octal | 171 | 11 | 223 | 22 | 136 | 0 | 52 | 441 | 130 | 37 |
| Binary | 1111001 | 1001 | 10010011 | 10010 | 1011110 | 0 | 101010 | 100100001 | 1011000 | 11111 |
Color Harmonies of #790993
Complementary color
Monochromatic Colors of #790993
Black with #790993
Text Example
Text Example
White with #790993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790993; }
p { color: rgb(121,9,147); }
H1.HeaderClassName
{
color: #790993;
}
.AnyTagClassName
{
color: #790993;
}
</style>
background-color css
<style>
a { background-color: #790993; }
a { background-color: rgb(121,9,147); }
div.DivClassName
{
background-color: #790993;
}
.BgClassName
{
background-color: #790993;
}
</style>
border-color css
<style>
span { border-color: #790993; }
span { border-color: rgb(121,9,147); }
td.TdClassName
{
border-color: #790993;
}
.TagClassName
{
border-color: #790993;
}
</style>