Shades of Dark Purple #802880
Tints of Dark Purple #802880
RGB
CMYK
RGB Variations
Color information
#802880 (or 0x802880) is known color: Dark Purple. HEX triplet: 80, 28 and 80. RGB value is (128,40,128). Sum of RGB (Red+Green+Blue) = 128+40+128=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #802880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802880 is #7FD77F. Grayscale: #4C4C4C. Windows color (decimal): -8378240 or 8398976. OLE color: 8398976.
HSL color Cylindrical-coordinate representation of color #802880: hue angle of 300º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802880 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 128 | - |
| CMYK | 0 | 0.69 | 0 | 0.50 |
| HSL | 300º | 0.52% | 0.33% | - |
| HSV(B) | 300º | 0.69% | 0.5% | - |
| XYZ | 13.56 | 7.67 | 21.19 | - |
| YUV | 76.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 128 | 0 | 0.69 | 0 | 0.50 | 300 | 0.52 | 0.33 |
| Hex | 80 | 28 | 80 | 0 | 45 | 0 | 32 | 12C | 34 | 21 |
| Octal | 200 | 50 | 200 | 0 | 105 | 0 | 62 | 454 | 64 | 41 |
| Binary | 10000000 | 101000 | 10000000 | 0 | 1000101 | 0 | 110010 | 100101100 | 110100 | 100001 |
Color Harmonies of #802880
Complementary color
Monochromatic Colors of #802880
Black with #802880
Text Example
Text Example
White with #802880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802880; }
p { color: rgb(128,40,128); }
H1.HeaderClassName
{
color: #802880;
}
.AnyTagClassName
{
color: #802880;
}
</style>
background-color css
<style>
a { background-color: #802880; }
a { background-color: rgb(128,40,128); }
div.DivClassName
{
background-color: #802880;
}
.BgClassName
{
background-color: #802880;
}
</style>
border-color css
<style>
span { border-color: #802880; }
span { border-color: rgb(128,40,128); }
td.TdClassName
{
border-color: #802880;
}
.TagClassName
{
border-color: #802880;
}
</style>