Shades of Dark Purple #802876
Tints of Dark Purple #802876
RGB
CMYK
RGB Variations
Color information
#802876 (or 0x802876) is known color: Dark Purple. HEX triplet: 80, 28 and 76. RGB value is (128,40,118). Sum of RGB (Red+Green+Blue) = 128+40+118=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #802876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802876 is #7FD789. Grayscale: #4A4A4A. Windows color (decimal): -8378250 or 7743616. OLE color: 7743616.
HSL color Cylindrical-coordinate representation of color #802876: hue angle of 306.82º 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 #802876 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 118 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.50 |
| HSL | 306.82º | 0.52% | 0.33% | - |
| HSV(B) | 306.82º | 0.69% | 0.5% | - |
| XYZ | 12.93 | 7.41 | 17.89 | - |
| YUV | 75.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 118 | 0 | 0.69 | 0.08 | 0.50 | 306.82 | 0.52 | 0.33 |
| Hex | 80 | 28 | 76 | 0 | 45 | 8 | 32 | 133 | 34 | 21 |
| Octal | 200 | 50 | 166 | 0 | 105 | 10 | 62 | 463 | 64 | 41 |
| Binary | 10000000 | 101000 | 1110110 | 0 | 1000101 | 1000 | 110010 | 100110011 | 110100 | 100001 |
Color Harmonies of #802876
Complementary color
Monochromatic Colors of #802876
Black with #802876
Text Example
Text Example
White with #802876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802876; }
p { color: rgb(128,40,118); }
H1.HeaderClassName
{
color: #802876;
}
.AnyTagClassName
{
color: #802876;
}
</style>
background-color css
<style>
a { background-color: #802876; }
a { background-color: rgb(128,40,118); }
div.DivClassName
{
background-color: #802876;
}
.BgClassName
{
background-color: #802876;
}
</style>
border-color css
<style>
span { border-color: #802876; }
span { border-color: rgb(128,40,118); }
td.TdClassName
{
border-color: #802876;
}
.TagClassName
{
border-color: #802876;
}
</style>