Shades of Purple #800871
Tints of Purple #800871
RGB
CMYK
RGB Variations
Color information
#800871 (or 0x800871) is known color: Purple. HEX triplet: 80, 08 and 71. RGB value is (128,8,113). Sum of RGB (Red+Green+Blue) = 128+8+113=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #800871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800871 is #7FF78E. Grayscale: #373737. Windows color (decimal): -8386447 or 7407744. OLE color: 7407744.
HSL color Cylindrical-coordinate representation of color #800871: hue angle of 307.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800871 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 113 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.50 |
| HSL | 307.5º | 0.88% | 0.27% | - |
| HSV(B) | 307.5º | 0.94% | 0.5% | - |
| XYZ | 11.97 | 5.96 | 16.14 | - |
| YUV | 55.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 113 | 0 | 0.94 | 0.12 | 0.50 | 307.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 71 | 0 | 5E | C | 32 | 134 | 58 | 1B |
| Octal | 200 | 10 | 161 | 0 | 136 | 14 | 62 | 464 | 130 | 33 |
| Binary | 10000000 | 1000 | 1110001 | 0 | 1011110 | 1100 | 110010 | 100110100 | 1011000 | 11011 |
Color Harmonies of #800871
Complementary color
Monochromatic Colors of #800871
Black with #800871
Text Example
Text Example
White with #800871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800871; }
p { color: rgb(128,8,113); }
H1.HeaderClassName
{
color: #800871;
}
.AnyTagClassName
{
color: #800871;
}
</style>
background-color css
<style>
a { background-color: #800871; }
a { background-color: rgb(128,8,113); }
div.DivClassName
{
background-color: #800871;
}
.BgClassName
{
background-color: #800871;
}
</style>
border-color css
<style>
span { border-color: #800871; }
span { border-color: rgb(128,8,113); }
td.TdClassName
{
border-color: #800871;
}
.TagClassName
{
border-color: #800871;
}
</style>