Shades of Dark Purple #801971
Tints of Dark Purple #801971
RGB
CMYK
RGB Variations
Color information
#801971 (or 0x801971) is known color: Dark Purple. HEX triplet: 80, 19 and 71. RGB value is (128,25,113). Sum of RGB (Red+Green+Blue) = 128+25+113=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #801971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801971 is #7FE68E. Grayscale: #414141. Windows color (decimal): -8382095 or 7412096. OLE color: 7412096.
HSL color Cylindrical-coordinate representation of color #801971: hue angle of 308.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801971 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 113 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.50 |
| HSL | 308.74º | 0.67% | 0.3% | - |
| HSV(B) | 308.74º | 0.8% | 0.5% | - |
| XYZ | 12.23 | 6.48 | 16.23 | - |
| YUV | 65.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 113 | 0 | 0.80 | 0.12 | 0.50 | 308.74 | 0.67 | 0.3 |
| Hex | 80 | 19 | 71 | 0 | 50 | C | 32 | 135 | 43 | 1E |
| Octal | 200 | 31 | 161 | 0 | 120 | 14 | 62 | 465 | 103 | 36 |
| Binary | 10000000 | 11001 | 1110001 | 0 | 1010000 | 1100 | 110010 | 100110101 | 1000011 | 11110 |
Color Harmonies of #801971
Complementary color
Monochromatic Colors of #801971
Black with #801971
Text Example
Text Example
White with #801971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801971; }
p { color: rgb(128,25,113); }
H1.HeaderClassName
{
color: #801971;
}
.AnyTagClassName
{
color: #801971;
}
</style>
background-color css
<style>
a { background-color: #801971; }
a { background-color: rgb(128,25,113); }
div.DivClassName
{
background-color: #801971;
}
.BgClassName
{
background-color: #801971;
}
</style>
border-color css
<style>
span { border-color: #801971; }
span { border-color: rgb(128,25,113); }
td.TdClassName
{
border-color: #801971;
}
.TagClassName
{
border-color: #801971;
}
</style>