Shades of Dark Purple #802870
Tints of Dark Purple #802870
RGB
CMYK
RGB Variations
Color information
#802870 (or 0x802870) is known color: Dark Purple. HEX triplet: 80, 28 and 70. RGB value is (128,40,112). Sum of RGB (Red+Green+Blue) = 128+40+112=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #802870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802870 is #7FD78F. Grayscale: #4A4A4A. Windows color (decimal): -8378256 or 7350400. OLE color: 7350400.
HSL color Cylindrical-coordinate representation of color #802870: hue angle of 310.91º 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 #802870 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 112 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.50 |
| HSL | 310.91º | 0.52% | 0.33% | - |
| HSV(B) | 310.91º | 0.69% | 0.5% | - |
| XYZ | 12.59 | 7.28 | 16.07 | - |
| YUV | 74.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 112 | 0 | 0.69 | 0.12 | 0.50 | 310.91 | 0.52 | 0.33 |
| Hex | 80 | 28 | 70 | 0 | 45 | C | 32 | 137 | 34 | 21 |
| Octal | 200 | 50 | 160 | 0 | 105 | 14 | 62 | 467 | 64 | 41 |
| Binary | 10000000 | 101000 | 1110000 | 0 | 1000101 | 1100 | 110010 | 100110111 | 110100 | 100001 |
Color Harmonies of #802870
Complementary color
Monochromatic Colors of #802870
Black with #802870
Text Example
Text Example
White with #802870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802870; }
p { color: rgb(128,40,112); }
H1.HeaderClassName
{
color: #802870;
}
.AnyTagClassName
{
color: #802870;
}
</style>
background-color css
<style>
a { background-color: #802870; }
a { background-color: rgb(128,40,112); }
div.DivClassName
{
background-color: #802870;
}
.BgClassName
{
background-color: #802870;
}
</style>
border-color css
<style>
span { border-color: #802870; }
span { border-color: rgb(128,40,112); }
td.TdClassName
{
border-color: #802870;
}
.TagClassName
{
border-color: #802870;
}
</style>