Shades of Dark Purple #802071
Tints of Dark Purple #802071
RGB
CMYK
RGB Variations
Color information
#802071 (or 0x802071) is known color: Dark Purple. HEX triplet: 80, 20 and 71. RGB value is (128,32,113). Sum of RGB (Red+Green+Blue) = 128+32+113=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #802071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802071 is #7FDF8E. Grayscale: #454545. Windows color (decimal): -8380303 or 7413888. OLE color: 7413888.
HSL color Cylindrical-coordinate representation of color #802071: hue angle of 309.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802071 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 113 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.50 |
| HSL | 309.38º | 0.6% | 0.31% | - |
| HSV(B) | 309.38º | 0.75% | 0.5% | - |
| XYZ | 12.4 | 6.81 | 16.28 | - |
| YUV | 69.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 113 | 0 | 0.75 | 0.12 | 0.50 | 309.38 | 0.6 | 0.31 |
| Hex | 80 | 20 | 71 | 0 | 4B | C | 32 | 135 | 3C | 1F |
| Octal | 200 | 40 | 161 | 0 | 113 | 14 | 62 | 465 | 74 | 37 |
| Binary | 10000000 | 100000 | 1110001 | 0 | 1001011 | 1100 | 110010 | 100110101 | 111100 | 11111 |
Color Harmonies of #802071
Complementary color
Monochromatic Colors of #802071
Black with #802071
Text Example
Text Example
White with #802071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802071; }
p { color: rgb(128,32,113); }
H1.HeaderClassName
{
color: #802071;
}
.AnyTagClassName
{
color: #802071;
}
</style>
background-color css
<style>
a { background-color: #802071; }
a { background-color: rgb(128,32,113); }
div.DivClassName
{
background-color: #802071;
}
.BgClassName
{
background-color: #802071;
}
</style>
border-color css
<style>
span { border-color: #802071; }
span { border-color: rgb(128,32,113); }
td.TdClassName
{
border-color: #802071;
}
.TagClassName
{
border-color: #802071;
}
</style>