Shades of Dark Magenta #780A98
Tints of Dark Magenta #780A98
RGB
CMYK
RGB Variations
Color information
#780A98 (or 0x780A98) is known color: Dark Magenta. HEX triplet: 78, 0A and 98. RGB value is (120,10,152). Sum of RGB (Red+Green+Blue) = 120+10+152=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #780A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A98 is #87F567. Grayscale: #3A3A3A. Windows color (decimal): -8910184 or 9964152. OLE color: 9964152.
HSL color Cylindrical-coordinate representation of color #780A98: hue angle of 286.48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780A98 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 10 | 152 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.40 |
| HSL | 286.48º | 0.88% | 0.32% | - |
| HSV(B) | 286.48º | 0.93% | 0.6% | - |
| XYZ | 13.52 | 6.48 | 30.24 | - |
| YUV | 59.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 152 | 0.21 | 0.93 | 0 | 0.40 | 286.48 | 0.88 | 0.32 |
| Hex | 78 | A | 98 | 15 | 5D | 0 | 28 | 11E | 58 | 20 |
| Octal | 170 | 12 | 230 | 25 | 135 | 0 | 50 | 436 | 130 | 40 |
| Binary | 1111000 | 1010 | 10011000 | 10101 | 1011101 | 0 | 101000 | 100011110 | 1011000 | 100000 |
Color Harmonies of #780A98
Complementary color
Monochromatic Colors of #780A98
Black with #780A98
Text Example
Text Example
White with #780A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A98; }
p { color: rgb(120,10,152); }
H1.HeaderClassName
{
color: #780A98;
}
.AnyTagClassName
{
color: #780A98;
}
</style>
background-color css
<style>
a { background-color: #780A98; }
a { background-color: rgb(120,10,152); }
div.DivClassName
{
background-color: #780A98;
}
.BgClassName
{
background-color: #780A98;
}
</style>
border-color css
<style>
span { border-color: #780A98; }
span { border-color: rgb(120,10,152); }
td.TdClassName
{
border-color: #780A98;
}
.TagClassName
{
border-color: #780A98;
}
</style>