Shades of Dark Magenta #790C93
Tints of Dark Magenta #790C93
RGB
CMYK
RGB Variations
Color information
#790C93 (or 0x790C93) is known color: Dark Magenta. HEX triplet: 79, 0C and 93. RGB value is (121,12,147). Sum of RGB (Red+Green+Blue) = 121+12+147=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #790C93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790C93 is #86F36C. Grayscale: #3B3B3B. Windows color (decimal): -8844141 or 9636985. OLE color: 9636985.
HSL color Cylindrical-coordinate representation of color #790C93: hue angle of 288.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790C93 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 12 | 147 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.42 |
| HSL | 288.44º | 0.85% | 0.31% | - |
| HSV(B) | 288.44º | 0.92% | 0.58% | - |
| XYZ | 13.28 | 6.43 | 28.15 | - |
| YUV | 59.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 147 | 0.18 | 0.92 | 0 | 0.42 | 288.44 | 0.85 | 0.31 |
| Hex | 79 | C | 93 | 12 | 5C | 0 | 2A | 120 | 55 | 1F |
| Octal | 171 | 14 | 223 | 22 | 134 | 0 | 52 | 440 | 125 | 37 |
| Binary | 1111001 | 1100 | 10010011 | 10010 | 1011100 | 0 | 101010 | 100100000 | 1010101 | 11111 |
Color Harmonies of #790C93
Complementary color
Monochromatic Colors of #790C93
Black with #790C93
Text Example
Text Example
White with #790C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C93; }
p { color: rgb(121,12,147); }
H1.HeaderClassName
{
color: #790C93;
}
.AnyTagClassName
{
color: #790C93;
}
</style>
background-color css
<style>
a { background-color: #790C93; }
a { background-color: rgb(121,12,147); }
div.DivClassName
{
background-color: #790C93;
}
.BgClassName
{
background-color: #790C93;
}
</style>
border-color css
<style>
span { border-color: #790C93; }
span { border-color: rgb(121,12,147); }
td.TdClassName
{
border-color: #790C93;
}
.TagClassName
{
border-color: #790C93;
}
</style>