Shades of Purple #800A71
Tints of Purple #800A71
RGB
CMYK
RGB Variations
Color information
#800A71 (or 0x800A71) is known color: Purple. HEX triplet: 80, 0A and 71. RGB value is (128,10,113). Sum of RGB (Red+Green+Blue) = 128+10+113=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #800A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800A71 is #7FF58E. Grayscale: #383838. Windows color (decimal): -8385935 or 7408256. OLE color: 7408256.
HSL color Cylindrical-coordinate representation of color #800A71: hue angle of 307.63º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A71 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 113 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.50 |
| HSL | 307.63º | 0.86% | 0.27% | - |
| HSV(B) | 307.63º | 0.92% | 0.5% | - |
| XYZ | 11.99 | 6 | 16.15 | - |
| YUV | 57.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 113 | 0 | 0.92 | 0.12 | 0.50 | 307.63 | 0.86 | 0.27 |
| Hex | 80 | A | 71 | 0 | 5C | C | 32 | 134 | 56 | 1B |
| Octal | 200 | 12 | 161 | 0 | 134 | 14 | 62 | 464 | 126 | 33 |
| Binary | 10000000 | 1010 | 1110001 | 0 | 1011100 | 1100 | 110010 | 100110100 | 1010110 | 11011 |
Color Harmonies of #800A71
Complementary color
Monochromatic Colors of #800A71
Black with #800A71
Text Example
Text Example
White with #800A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A71; }
p { color: rgb(128,10,113); }
H1.HeaderClassName
{
color: #800A71;
}
.AnyTagClassName
{
color: #800A71;
}
</style>
background-color css
<style>
a { background-color: #800A71; }
a { background-color: rgb(128,10,113); }
div.DivClassName
{
background-color: #800A71;
}
.BgClassName
{
background-color: #800A71;
}
</style>
border-color css
<style>
span { border-color: #800A71; }
span { border-color: rgb(128,10,113); }
td.TdClassName
{
border-color: #800A71;
}
.TagClassName
{
border-color: #800A71;
}
</style>