Shades of Dark Magenta #781295
Tints of Dark Magenta #781295
RGB
CMYK
RGB Variations
Color information
#781295 (or 0x781295) is known color: Dark Magenta. HEX triplet: 78, 12 and 95. RGB value is (120,18,149). Sum of RGB (Red+Green+Blue) = 120+18+149=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #781295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781295 is #87ED6A. Grayscale: #3F3F3F. Windows color (decimal): -8908139 or 9769592. OLE color: 9769592.
HSL color Cylindrical-coordinate representation of color #781295: hue angle of 286.72º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781295 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 18 | 149 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.42 |
| HSL | 286.72º | 0.78% | 0.33% | - |
| HSV(B) | 286.72º | 0.88% | 0.58% | - |
| XYZ | 13.39 | 6.6 | 29 | - |
| YUV | 63.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 149 | 0.19 | 0.88 | 0 | 0.42 | 286.72 | 0.78 | 0.33 |
| Hex | 78 | 12 | 95 | 13 | 58 | 0 | 2A | 11F | 4E | 21 |
| Octal | 170 | 22 | 225 | 23 | 130 | 0 | 52 | 437 | 116 | 41 |
| Binary | 1111000 | 10010 | 10010101 | 10011 | 1011000 | 0 | 101010 | 100011111 | 1001110 | 100001 |
Color Harmonies of #781295
Complementary color
Monochromatic Colors of #781295
Black with #781295
Text Example
Text Example
White with #781295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781295; }
p { color: rgb(120,18,149); }
H1.HeaderClassName
{
color: #781295;
}
.AnyTagClassName
{
color: #781295;
}
</style>
background-color css
<style>
a { background-color: #781295; }
a { background-color: rgb(120,18,149); }
div.DivClassName
{
background-color: #781295;
}
.BgClassName
{
background-color: #781295;
}
</style>
border-color css
<style>
span { border-color: #781295; }
span { border-color: rgb(120,18,149); }
td.TdClassName
{
border-color: #781295;
}
.TagClassName
{
border-color: #781295;
}
</style>