Shades of Dark Purple #801460
Tints of Dark Purple #801460
RGB
CMYK
RGB Variations
Color information
#801460 (or 0x801460) is known color: Dark Purple. HEX triplet: 80, 14 and 60. RGB value is (128,20,96). Sum of RGB (Red+Green+Blue) = 128+20+96=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #801460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801460 is #7FEB9F. Grayscale: #3C3C3C. Windows color (decimal): -8383392 or 6296704. OLE color: 6296704.
HSL color Cylindrical-coordinate representation of color #801460: hue angle of 317.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801460 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 96 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.50 |
| HSL | 317.78º | 0.73% | 0.29% | - |
| HSV(B) | 317.78º | 0.84% | 0.5% | - |
| XYZ | 11.26 | 5.93 | 11.62 | - |
| YUV | 60.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 96 | 0 | 0.84 | 0.25 | 0.50 | 317.78 | 0.73 | 0.29 |
| Hex | 80 | 14 | 60 | 0 | 54 | 19 | 32 | 13E | 49 | 1D |
| Octal | 200 | 24 | 140 | 0 | 124 | 31 | 62 | 476 | 111 | 35 |
| Binary | 10000000 | 10100 | 1100000 | 0 | 1010100 | 11001 | 110010 | 100111110 | 1001001 | 11101 |
Color Harmonies of #801460
Complementary color
Monochromatic Colors of #801460
Black with #801460
Text Example
Text Example
White with #801460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801460; }
p { color: rgb(128,20,96); }
H1.HeaderClassName
{
color: #801460;
}
.AnyTagClassName
{
color: #801460;
}
</style>
background-color css
<style>
a { background-color: #801460; }
a { background-color: rgb(128,20,96); }
div.DivClassName
{
background-color: #801460;
}
.BgClassName
{
background-color: #801460;
}
</style>
border-color css
<style>
span { border-color: #801460; }
span { border-color: rgb(128,20,96); }
td.TdClassName
{
border-color: #801460;
}
.TagClassName
{
border-color: #801460;
}
</style>