Shades of Dark Purple #802980
Tints of Dark Purple #802980
RGB
CMYK
RGB Variations
Color information
#802980 (or 0x802980) is known color: Dark Purple. HEX triplet: 80, 29 and 80. RGB value is (128,41,128). Sum of RGB (Red+Green+Blue) = 128+41+128=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #802980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802980 is #7FD67F. Grayscale: #4C4C4C. Windows color (decimal): -8377984 or 8399232. OLE color: 8399232.
HSL color Cylindrical-coordinate representation of color #802980: hue angle of 300º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802980 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 128 | - |
| CMYK | 0 | 0.68 | 0 | 0.50 |
| HSL | 300º | 0.51% | 0.33% | - |
| HSV(B) | 300º | 0.68% | 0.5% | - |
| XYZ | 13.59 | 7.73 | 21.2 | - |
| YUV | 76.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 128 | 0 | 0.68 | 0 | 0.50 | 300 | 0.51 | 0.33 |
| Hex | 80 | 29 | 80 | 0 | 44 | 0 | 32 | 12C | 33 | 21 |
| Octal | 200 | 51 | 200 | 0 | 104 | 0 | 62 | 454 | 63 | 41 |
| Binary | 10000000 | 101001 | 10000000 | 0 | 1000100 | 0 | 110010 | 100101100 | 110011 | 100001 |
Color Harmonies of #802980
Complementary color
Monochromatic Colors of #802980
Black with #802980
Text Example
Text Example
White with #802980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802980; }
p { color: rgb(128,41,128); }
H1.HeaderClassName
{
color: #802980;
}
.AnyTagClassName
{
color: #802980;
}
</style>
background-color css
<style>
a { background-color: #802980; }
a { background-color: rgb(128,41,128); }
div.DivClassName
{
background-color: #802980;
}
.BgClassName
{
background-color: #802980;
}
</style>
border-color css
<style>
span { border-color: #802980; }
span { border-color: rgb(128,41,128); }
td.TdClassName
{
border-color: #802980;
}
.TagClassName
{
border-color: #802980;
}
</style>