Shades of Purple #800971
Tints of Purple #800971
RGB
CMYK
RGB Variations
Color information
#800971 (or 0x800971) is known color: Purple. HEX triplet: 80, 09 and 71. RGB value is (128,9,113). Sum of RGB (Red+Green+Blue) = 128+9+113=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #800971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800971 is #7FF68E. Grayscale: #383838. Windows color (decimal): -8386191 or 7408000. OLE color: 7408000.
HSL color Cylindrical-coordinate representation of color #800971: hue angle of 307.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800971 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 113 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.50 |
| HSL | 307.56º | 0.87% | 0.27% | - |
| HSV(B) | 307.56º | 0.93% | 0.5% | - |
| XYZ | 11.98 | 5.98 | 16.14 | - |
| YUV | 56.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 113 | 0 | 0.93 | 0.12 | 0.50 | 307.56 | 0.87 | 0.27 |
| Hex | 80 | 9 | 71 | 0 | 5D | C | 32 | 134 | 57 | 1B |
| Octal | 200 | 11 | 161 | 0 | 135 | 14 | 62 | 464 | 127 | 33 |
| Binary | 10000000 | 1001 | 1110001 | 0 | 1011101 | 1100 | 110010 | 100110100 | 1010111 | 11011 |
Color Harmonies of #800971
Complementary color
Monochromatic Colors of #800971
Black with #800971
Text Example
Text Example
White with #800971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800971; }
p { color: rgb(128,9,113); }
H1.HeaderClassName
{
color: #800971;
}
.AnyTagClassName
{
color: #800971;
}
</style>
background-color css
<style>
a { background-color: #800971; }
a { background-color: rgb(128,9,113); }
div.DivClassName
{
background-color: #800971;
}
.BgClassName
{
background-color: #800971;
}
</style>
border-color css
<style>
span { border-color: #800971; }
span { border-color: rgb(128,9,113); }
td.TdClassName
{
border-color: #800971;
}
.TagClassName
{
border-color: #800971;
}
</style>