Shades of Dark Purple #801C71
Tints of Dark Purple #801C71
RGB
CMYK
RGB Variations
Color information
#801C71 (or 0x801C71) is known color: Dark Purple. HEX triplet: 80, 1C and 71. RGB value is (128,28,113). Sum of RGB (Red+Green+Blue) = 128+28+113=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #801C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C71 is #7FE38E. Grayscale: #434343. Windows color (decimal): -8381327 or 7412864. OLE color: 7412864.
HSL color Cylindrical-coordinate representation of color #801C71: hue angle of 309º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C71 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 113 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.50 |
| HSL | 309º | 0.64% | 0.31% | - |
| HSV(B) | 309º | 0.78% | 0.5% | - |
| XYZ | 12.3 | 6.61 | 16.25 | - |
| YUV | 67.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 113 | 0 | 0.78 | 0.12 | 0.50 | 309 | 0.64 | 0.31 |
| Hex | 80 | 1C | 71 | 0 | 4E | C | 32 | 135 | 40 | 1F |
| Octal | 200 | 34 | 161 | 0 | 116 | 14 | 62 | 465 | 100 | 37 |
| Binary | 10000000 | 11100 | 1110001 | 0 | 1001110 | 1100 | 110010 | 100110101 | 1000000 | 11111 |
Color Harmonies of #801C71
Complementary color
Monochromatic Colors of #801C71
Black with #801C71
Text Example
Text Example
White with #801C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C71; }
p { color: rgb(128,28,113); }
H1.HeaderClassName
{
color: #801C71;
}
.AnyTagClassName
{
color: #801C71;
}
</style>
background-color css
<style>
a { background-color: #801C71; }
a { background-color: rgb(128,28,113); }
div.DivClassName
{
background-color: #801C71;
}
.BgClassName
{
background-color: #801C71;
}
</style>
border-color css
<style>
span { border-color: #801C71; }
span { border-color: rgb(128,28,113); }
td.TdClassName
{
border-color: #801C71;
}
.TagClassName
{
border-color: #801C71;
}
</style>