Shades of Dark Purple #802571
Tints of Dark Purple #802571
RGB
CMYK
RGB Variations
Color information
#802571 (or 0x802571) is known color: Dark Purple. HEX triplet: 80, 25 and 71. RGB value is (128,37,113). Sum of RGB (Red+Green+Blue) = 128+37+113=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #802571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802571 is #7FDA8E. Grayscale: #484848. Windows color (decimal): -8379023 or 7415168. OLE color: 7415168.
HSL color Cylindrical-coordinate representation of color #802571: hue angle of 309.89º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802571 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 113 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.50 |
| HSL | 309.89º | 0.55% | 0.32% | - |
| HSV(B) | 309.89º | 0.71% | 0.5% | - |
| XYZ | 12.54 | 7.1 | 16.33 | - |
| YUV | 72.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 113 | 0 | 0.71 | 0.12 | 0.50 | 309.89 | 0.55 | 0.32 |
| Hex | 80 | 25 | 71 | 0 | 47 | C | 32 | 136 | 37 | 20 |
| Octal | 200 | 45 | 161 | 0 | 107 | 14 | 62 | 466 | 67 | 40 |
| Binary | 10000000 | 100101 | 1110001 | 0 | 1000111 | 1100 | 110010 | 100110110 | 110111 | 100000 |
Color Harmonies of #802571
Complementary color
Monochromatic Colors of #802571
Black with #802571
Text Example
Text Example
White with #802571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802571; }
p { color: rgb(128,37,113); }
H1.HeaderClassName
{
color: #802571;
}
.AnyTagClassName
{
color: #802571;
}
</style>
background-color css
<style>
a { background-color: #802571; }
a { background-color: rgb(128,37,113); }
div.DivClassName
{
background-color: #802571;
}
.BgClassName
{
background-color: #802571;
}
</style>
border-color css
<style>
span { border-color: #802571; }
span { border-color: rgb(128,37,113); }
td.TdClassName
{
border-color: #802571;
}
.TagClassName
{
border-color: #802571;
}
</style>