Shades of Dark Magenta #780AA0
Tints of Dark Magenta #780AA0
RGB
CMYK
RGB Variations
Color information
#780AA0 (or 0x780AA0) is known color: Dark Magenta. HEX triplet: 78, 0A and A0. RGB value is (120,10,160). Sum of RGB (Red+Green+Blue) = 120+10+160=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #780AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780AA0 is #87F55F. Grayscale: #3B3B3B. Windows color (decimal): -8910176 or 10488440. OLE color: 10488440.
HSL color Cylindrical-coordinate representation of color #780AA0: hue angle of 284º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780AA0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 10 | 160 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.37 |
| HSL | 284º | 0.88% | 0.33% | - |
| HSV(B) | 284º | 0.94% | 0.63% | - |
| XYZ | 14.2 | 6.75 | 33.81 | - |
| YUV | 59.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 160 | 0.25 | 0.94 | 0 | 0.37 | 284 | 0.88 | 0.33 |
| Hex | 78 | A | A0 | 19 | 5E | 0 | 25 | 11C | 58 | 21 |
| Octal | 170 | 12 | 240 | 31 | 136 | 0 | 45 | 434 | 130 | 41 |
| Binary | 1111000 | 1010 | 10100000 | 11001 | 1011110 | 0 | 100101 | 100011100 | 1011000 | 100001 |
Color Harmonies of #780AA0
Complementary color
Monochromatic Colors of #780AA0
Black with #780AA0
Text Example
Text Example
White with #780AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780AA0; }
p { color: rgb(120,10,160); }
H1.HeaderClassName
{
color: #780AA0;
}
.AnyTagClassName
{
color: #780AA0;
}
</style>
background-color css
<style>
a { background-color: #780AA0; }
a { background-color: rgb(120,10,160); }
div.DivClassName
{
background-color: #780AA0;
}
.BgClassName
{
background-color: #780AA0;
}
</style>
border-color css
<style>
span { border-color: #780AA0; }
span { border-color: rgb(120,10,160); }
td.TdClassName
{
border-color: #780AA0;
}
.TagClassName
{
border-color: #780AA0;
}
</style>