Shades of Dark Magenta #791393
Tints of Dark Magenta #791393
RGB
CMYK
RGB Variations
Color information
#791393 (or 0x791393) is known color: Dark Magenta. HEX triplet: 79, 13 and 93. RGB value is (121,19,147). Sum of RGB (Red+Green+Blue) = 121+19+147=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #791393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791393 is #86EC6C. Grayscale: #3F3F3F. Windows color (decimal): -8842349 or 9638777. OLE color: 9638777.
HSL color Cylindrical-coordinate representation of color #791393: hue angle of 287.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791393 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 19 | 147 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.42 |
| HSL | 287.81º | 0.77% | 0.33% | - |
| HSV(B) | 287.81º | 0.87% | 0.58% | - |
| XYZ | 13.38 | 6.64 | 28.18 | - |
| YUV | 64.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 147 | 0.18 | 0.87 | 0 | 0.42 | 287.81 | 0.77 | 0.33 |
| Hex | 79 | 13 | 93 | 12 | 57 | 0 | 2A | 120 | 4D | 21 |
| Octal | 171 | 23 | 223 | 22 | 127 | 0 | 52 | 440 | 115 | 41 |
| Binary | 1111001 | 10011 | 10010011 | 10010 | 1010111 | 0 | 101010 | 100100000 | 1001101 | 100001 |
Color Harmonies of #791393
Complementary color
Monochromatic Colors of #791393
Black with #791393
Text Example
Text Example
White with #791393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791393; }
p { color: rgb(121,19,147); }
H1.HeaderClassName
{
color: #791393;
}
.AnyTagClassName
{
color: #791393;
}
</style>
background-color css
<style>
a { background-color: #791393; }
a { background-color: rgb(121,19,147); }
div.DivClassName
{
background-color: #791393;
}
.BgClassName
{
background-color: #791393;
}
</style>
border-color css
<style>
span { border-color: #791393; }
span { border-color: rgb(121,19,147); }
td.TdClassName
{
border-color: #791393;
}
.TagClassName
{
border-color: #791393;
}
</style>