Shades of Dark Purple #801471
Tints of Dark Purple #801471
RGB
CMYK
RGB Variations
Color information
#801471 (or 0x801471) is known color: Dark Purple. HEX triplet: 80, 14 and 71. RGB value is (128,20,113). Sum of RGB (Red+Green+Blue) = 128+20+113=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #801471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801471 is #7FEB8E. Grayscale: #3E3E3E. Windows color (decimal): -8383375 or 7410816. OLE color: 7410816.
HSL color Cylindrical-coordinate representation of color #801471: hue angle of 308.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801471 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 113 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.50 |
| HSL | 308.33º | 0.73% | 0.29% | - |
| HSV(B) | 308.33º | 0.84% | 0.5% | - |
| XYZ | 12.13 | 6.28 | 16.2 | - |
| YUV | 62.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 113 | 0 | 0.84 | 0.12 | 0.50 | 308.33 | 0.73 | 0.29 |
| Hex | 80 | 14 | 71 | 0 | 54 | C | 32 | 134 | 49 | 1D |
| Octal | 200 | 24 | 161 | 0 | 124 | 14 | 62 | 464 | 111 | 35 |
| Binary | 10000000 | 10100 | 1110001 | 0 | 1010100 | 1100 | 110010 | 100110100 | 1001001 | 11101 |
Color Harmonies of #801471
Complementary color
Monochromatic Colors of #801471
Black with #801471
Text Example
Text Example
White with #801471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801471; }
p { color: rgb(128,20,113); }
H1.HeaderClassName
{
color: #801471;
}
.AnyTagClassName
{
color: #801471;
}
</style>
background-color css
<style>
a { background-color: #801471; }
a { background-color: rgb(128,20,113); }
div.DivClassName
{
background-color: #801471;
}
.BgClassName
{
background-color: #801471;
}
</style>
border-color css
<style>
span { border-color: #801471; }
span { border-color: rgb(128,20,113); }
td.TdClassName
{
border-color: #801471;
}
.TagClassName
{
border-color: #801471;
}
</style>