Shades of Dark Magenta #780AAA
Tints of Dark Magenta #780AAA
RGB
CMYK
RGB Variations
Color information
#780AAA (or 0x780AAA) is known color: Dark Magenta. HEX triplet: 78, 0A and AA. RGB value is (120,10,170). Sum of RGB (Red+Green+Blue) = 120+10+170=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #780AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780AAA is #87F555. Grayscale: #3C3C3C. Windows color (decimal): -8910166 or 11143800. OLE color: 11143800.
HSL color Cylindrical-coordinate representation of color #780AAA: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780AAA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 10 | 170 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.33 |
| HSL | 281.25º | 0.89% | 0.35% | - |
| HSV(B) | 281.25º | 0.94% | 0.67% | - |
| XYZ | 15.11 | 7.11 | 38.61 | - |
| YUV | 61.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 170 | 0.29 | 0.94 | 0 | 0.33 | 281.25 | 0.89 | 0.35 |
| Hex | 78 | A | AA | 1D | 5E | 0 | 21 | 119 | 59 | 23 |
| Octal | 170 | 12 | 252 | 35 | 136 | 0 | 41 | 431 | 131 | 43 |
| Binary | 1111000 | 1010 | 10101010 | 11101 | 1011110 | 0 | 100001 | 100011001 | 1011001 | 100011 |
Color Harmonies of #780AAA
Complementary color
Monochromatic Colors of #780AAA
Black with #780AAA
Text Example
Text Example
White with #780AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780AAA; }
p { color: rgb(120,10,170); }
H1.HeaderClassName
{
color: #780AAA;
}
.AnyTagClassName
{
color: #780AAA;
}
</style>
background-color css
<style>
a { background-color: #780AAA; }
a { background-color: rgb(120,10,170); }
div.DivClassName
{
background-color: #780AAA;
}
.BgClassName
{
background-color: #780AAA;
}
</style>
border-color css
<style>
span { border-color: #780AAA; }
span { border-color: rgb(120,10,170); }
td.TdClassName
{
border-color: #780AAA;
}
.TagClassName
{
border-color: #780AAA;
}
</style>