Shades of Dark Magenta #791394
Tints of Dark Magenta #791394
RGB
CMYK
RGB Variations
Color information
#791394 (or 0x791394) is known color: Dark Magenta. HEX triplet: 79, 13 and 94. RGB value is (121,19,148). Sum of RGB (Red+Green+Blue) = 121+19+148=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #791394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791394 is #86EC6B. Grayscale: #3F3F3F. Windows color (decimal): -8842348 or 9704313. OLE color: 9704313.
HSL color Cylindrical-coordinate representation of color #791394: hue angle of 287.44º 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 #791394 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 19 | 148 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.42 |
| HSL | 287.44º | 0.77% | 0.33% | - |
| HSV(B) | 287.44º | 0.87% | 0.58% | - |
| XYZ | 13.46 | 6.67 | 28.59 | - |
| YUV | 64.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 148 | 0.18 | 0.87 | 0 | 0.42 | 287.44 | 0.77 | 0.33 |
| Hex | 79 | 13 | 94 | 12 | 57 | 0 | 2A | 11F | 4D | 21 |
| Octal | 171 | 23 | 224 | 22 | 127 | 0 | 52 | 437 | 115 | 41 |
| Binary | 1111001 | 10011 | 10010100 | 10010 | 1010111 | 0 | 101010 | 100011111 | 1001101 | 100001 |
Color Harmonies of #791394
Complementary color
Monochromatic Colors of #791394
Black with #791394
Text Example
Text Example
White with #791394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791394; }
p { color: rgb(121,19,148); }
H1.HeaderClassName
{
color: #791394;
}
.AnyTagClassName
{
color: #791394;
}
</style>
background-color css
<style>
a { background-color: #791394; }
a { background-color: rgb(121,19,148); }
div.DivClassName
{
background-color: #791394;
}
.BgClassName
{
background-color: #791394;
}
</style>
border-color css
<style>
span { border-color: #791394; }
span { border-color: rgb(121,19,148); }
td.TdClassName
{
border-color: #791394;
}
.TagClassName
{
border-color: #791394;
}
</style>