Shades of Dark Purple #802160
Tints of Dark Purple #802160
RGB
CMYK
RGB Variations
Color information
#802160 (or 0x802160) is known color: Dark Purple. HEX triplet: 80, 21 and 60. RGB value is (128,33,96). Sum of RGB (Red+Green+Blue) = 128+33+96=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #802160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802160 is #7FDE9F. Grayscale: #444444. Windows color (decimal): -8380064 or 6300032. OLE color: 6300032.
HSL color Cylindrical-coordinate representation of color #802160: hue angle of 320.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802160 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 96 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.50 |
| HSL | 320.21º | 0.59% | 0.32% | - |
| HSV(B) | 320.21º | 0.74% | 0.5% | - |
| XYZ | 11.56 | 6.52 | 11.72 | - |
| YUV | 68.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 96 | 0 | 0.74 | 0.25 | 0.50 | 320.21 | 0.59 | 0.32 |
| Hex | 80 | 21 | 60 | 0 | 4A | 19 | 32 | 140 | 3B | 20 |
| Octal | 200 | 41 | 140 | 0 | 112 | 31 | 62 | 500 | 73 | 40 |
| Binary | 10000000 | 100001 | 1100000 | 0 | 1001010 | 11001 | 110010 | 101000000 | 111011 | 100000 |
Color Harmonies of #802160
Complementary color
Monochromatic Colors of #802160
Black with #802160
Text Example
Text Example
White with #802160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802160; }
p { color: rgb(128,33,96); }
H1.HeaderClassName
{
color: #802160;
}
.AnyTagClassName
{
color: #802160;
}
</style>
background-color css
<style>
a { background-color: #802160; }
a { background-color: rgb(128,33,96); }
div.DivClassName
{
background-color: #802160;
}
.BgClassName
{
background-color: #802160;
}
</style>
border-color css
<style>
span { border-color: #802160; }
span { border-color: rgb(128,33,96); }
td.TdClassName
{
border-color: #802160;
}
.TagClassName
{
border-color: #802160;
}
</style>