Shades of Dark Magenta #801798
Tints of Dark Magenta #801798
RGB
CMYK
RGB Variations
Color information
#801798 (or 0x801798) is known color: Dark Magenta. HEX triplet: 80, 17 and 98. RGB value is (128,23,152). Sum of RGB (Red+Green+Blue) = 128+23+152=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #801798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801798 is #7FE867. Grayscale: #444444. Windows color (decimal): -8382568 or 9967488. OLE color: 9967488.
HSL color Cylindrical-coordinate representation of color #801798: hue angle of 288.84º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801798 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 23 | 152 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.40 |
| HSL | 288.84º | 0.74% | 0.34% | - |
| HSV(B) | 288.84º | 0.85% | 0.6% | - |
| XYZ | 14.88 | 7.47 | 30.36 | - |
| YUV | 69.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 152 | 0.16 | 0.85 | 0 | 0.40 | 288.84 | 0.74 | 0.34 |
| Hex | 80 | 17 | 98 | 10 | 55 | 0 | 28 | 121 | 4A | 22 |
| Octal | 200 | 27 | 230 | 20 | 125 | 0 | 50 | 441 | 112 | 42 |
| Binary | 10000000 | 10111 | 10011000 | 10000 | 1010101 | 0 | 101000 | 100100001 | 1001010 | 100010 |
Color Harmonies of #801798
Complementary color
Monochromatic Colors of #801798
Black with #801798
Text Example
Text Example
White with #801798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801798; }
p { color: rgb(128,23,152); }
H1.HeaderClassName
{
color: #801798;
}
.AnyTagClassName
{
color: #801798;
}
</style>
background-color css
<style>
a { background-color: #801798; }
a { background-color: rgb(128,23,152); }
div.DivClassName
{
background-color: #801798;
}
.BgClassName
{
background-color: #801798;
}
</style>
border-color css
<style>
span { border-color: #801798; }
span { border-color: rgb(128,23,152); }
td.TdClassName
{
border-color: #801798;
}
.TagClassName
{
border-color: #801798;
}
</style>