Shades of Dark Purple #802873
Tints of Dark Purple #802873
RGB
CMYK
RGB Variations
Color information
#802873 (or 0x802873) is known color: Dark Purple. HEX triplet: 80, 28 and 73. RGB value is (128,40,115). Sum of RGB (Red+Green+Blue) = 128+40+115=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #802873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802873 is #7FD78C. Grayscale: #4A4A4A. Windows color (decimal): -8378253 or 7547008. OLE color: 7547008.
HSL color Cylindrical-coordinate representation of color #802873: hue angle of 308.86º 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 #802873 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 115 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.50 |
| HSL | 308.86º | 0.52% | 0.33% | - |
| HSV(B) | 308.86º | 0.69% | 0.5% | - |
| XYZ | 12.76 | 7.34 | 16.97 | - |
| YUV | 74.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 115 | 0 | 0.69 | 0.10 | 0.50 | 308.86 | 0.52 | 0.33 |
| Hex | 80 | 28 | 73 | 0 | 45 | A | 32 | 135 | 34 | 21 |
| Octal | 200 | 50 | 163 | 0 | 105 | 12 | 62 | 465 | 64 | 41 |
| Binary | 10000000 | 101000 | 1110011 | 0 | 1000101 | 1010 | 110010 | 100110101 | 110100 | 100001 |
Color Harmonies of #802873
Complementary color
Monochromatic Colors of #802873
Black with #802873
Text Example
Text Example
White with #802873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802873; }
p { color: rgb(128,40,115); }
H1.HeaderClassName
{
color: #802873;
}
.AnyTagClassName
{
color: #802873;
}
</style>
background-color css
<style>
a { background-color: #802873; }
a { background-color: rgb(128,40,115); }
div.DivClassName
{
background-color: #802873;
}
.BgClassName
{
background-color: #802873;
}
</style>
border-color css
<style>
span { border-color: #802873; }
span { border-color: rgb(128,40,115); }
td.TdClassName
{
border-color: #802873;
}
.TagClassName
{
border-color: #802873;
}
</style>