Shades of Dark Purple #802971
Tints of Dark Purple #802971
RGB
CMYK
RGB Variations
Color information
#802971 (or 0x802971) is known color: Dark Purple. HEX triplet: 80, 29 and 71. RGB value is (128,41,113). Sum of RGB (Red+Green+Blue) = 128+41+113=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802971 is #7FD68E. Grayscale: #4B4B4B. Windows color (decimal): -8377999 or 7416192. OLE color: 7416192.
HSL color Cylindrical-coordinate representation of color #802971: hue angle of 310.34º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802971 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 113 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.50 |
| HSL | 310.34º | 0.51% | 0.33% | - |
| HSV(B) | 310.34º | 0.68% | 0.5% | - |
| XYZ | 12.68 | 7.37 | 16.38 | - |
| YUV | 75.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 113 | 0 | 0.68 | 0.12 | 0.50 | 310.34 | 0.51 | 0.33 |
| Hex | 80 | 29 | 71 | 0 | 44 | C | 32 | 136 | 33 | 21 |
| Octal | 200 | 51 | 161 | 0 | 104 | 14 | 62 | 466 | 63 | 41 |
| Binary | 10000000 | 101001 | 1110001 | 0 | 1000100 | 1100 | 110010 | 100110110 | 110011 | 100001 |
Color Harmonies of #802971
Complementary color
Monochromatic Colors of #802971
Black with #802971
Text Example
Text Example
White with #802971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802971; }
p { color: rgb(128,41,113); }
H1.HeaderClassName
{
color: #802971;
}
.AnyTagClassName
{
color: #802971;
}
</style>
background-color css
<style>
a { background-color: #802971; }
a { background-color: rgb(128,41,113); }
div.DivClassName
{
background-color: #802971;
}
.BgClassName
{
background-color: #802971;
}
</style>
border-color css
<style>
span { border-color: #802971; }
span { border-color: rgb(128,41,113); }
td.TdClassName
{
border-color: #802971;
}
.TagClassName
{
border-color: #802971;
}
</style>