Shades of Dark Magenta #781397
Tints of Dark Magenta #781397
RGB
CMYK
RGB Variations
Color information
#781397 (or 0x781397) is known color: Dark Magenta. HEX triplet: 78, 13 and 97. RGB value is (120,19,151). Sum of RGB (Red+Green+Blue) = 120+19+151=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #781397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781397 is #87EC68. Grayscale: #3F3F3F. Windows color (decimal): -8907881 or 9900920. OLE color: 9900920.
HSL color Cylindrical-coordinate representation of color #781397: hue angle of 285.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781397 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 19 | 151 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.41 |
| HSL | 285.91º | 0.78% | 0.33% | - |
| HSV(B) | 285.91º | 0.87% | 0.59% | - |
| XYZ | 13.56 | 6.69 | 29.86 | - |
| YUV | 64.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 151 | 0.21 | 0.87 | 0 | 0.41 | 285.91 | 0.78 | 0.33 |
| Hex | 78 | 13 | 97 | 15 | 57 | 0 | 29 | 11E | 4E | 21 |
| Octal | 170 | 23 | 227 | 25 | 127 | 0 | 51 | 436 | 116 | 41 |
| Binary | 1111000 | 10011 | 10010111 | 10101 | 1010111 | 0 | 101001 | 100011110 | 1001110 | 100001 |
Color Harmonies of #781397
Complementary color
Monochromatic Colors of #781397
Black with #781397
Text Example
Text Example
White with #781397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781397; }
p { color: rgb(120,19,151); }
H1.HeaderClassName
{
color: #781397;
}
.AnyTagClassName
{
color: #781397;
}
</style>
background-color css
<style>
a { background-color: #781397; }
a { background-color: rgb(120,19,151); }
div.DivClassName
{
background-color: #781397;
}
.BgClassName
{
background-color: #781397;
}
</style>
border-color css
<style>
span { border-color: #781397; }
span { border-color: rgb(120,19,151); }
td.TdClassName
{
border-color: #781397;
}
.TagClassName
{
border-color: #781397;
}
</style>