Shades of Dark Purple #802877
Tints of Dark Purple #802877
RGB
CMYK
RGB Variations
Color information
#802877 (or 0x802877) is known color: Dark Purple. HEX triplet: 80, 28 and 77. RGB value is (128,40,119). Sum of RGB (Red+Green+Blue) = 128+40+119=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #802877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802877 is #7FD788. Grayscale: #4B4B4B. Windows color (decimal): -8378249 or 7809152. OLE color: 7809152.
HSL color Cylindrical-coordinate representation of color #802877: hue angle of 306.14º 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 #802877 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 119 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.50 |
| HSL | 306.14º | 0.52% | 0.33% | - |
| HSV(B) | 306.14º | 0.69% | 0.5% | - |
| XYZ | 12.99 | 7.44 | 18.2 | - |
| YUV | 75.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 119 | 0 | 0.69 | 0.07 | 0.50 | 306.14 | 0.52 | 0.33 |
| Hex | 80 | 28 | 77 | 0 | 45 | 7 | 32 | 132 | 34 | 21 |
| Octal | 200 | 50 | 167 | 0 | 105 | 7 | 62 | 462 | 64 | 41 |
| Binary | 10000000 | 101000 | 1110111 | 0 | 1000101 | 111 | 110010 | 100110010 | 110100 | 100001 |
Color Harmonies of #802877
Complementary color
Monochromatic Colors of #802877
Black with #802877
Text Example
Text Example
White with #802877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802877; }
p { color: rgb(128,40,119); }
H1.HeaderClassName
{
color: #802877;
}
.AnyTagClassName
{
color: #802877;
}
</style>
background-color css
<style>
a { background-color: #802877; }
a { background-color: rgb(128,40,119); }
div.DivClassName
{
background-color: #802877;
}
.BgClassName
{
background-color: #802877;
}
</style>
border-color css
<style>
span { border-color: #802877; }
span { border-color: rgb(128,40,119); }
td.TdClassName
{
border-color: #802877;
}
.TagClassName
{
border-color: #802877;
}
</style>