Shades of Purple #800071
Tints of Purple #800071
RGB
CMYK
RGB Variations
Color information
#800071 (or 0x800071) is known color: Purple. HEX triplet: 80, 00 and 71. RGB value is (128,0,113). Sum of RGB (Red+Green+Blue) = 128+0+113=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #800071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800071 is #7FFF8E. Grayscale: #323232. Windows color (decimal): -8388495 or 7405696. OLE color: 7405696.
HSL color Cylindrical-coordinate representation of color #800071: hue angle of 307.03º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800071 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.12 | 0.50 |
| HSL | 307.03º | 1% | 0.25% | - |
| HSV(B) | 307.03º | 1% | 0.5% | - |
| XYZ | 11.88 | 5.78 | 16.11 | - |
| YUV | 51.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 113 | 0 | 1 | 0.12 | 0.50 | 307.03 | 1 | 0.25 |
| Hex | 80 | 0 | 71 | 0 | 64 | C | 32 | 133 | 64 | 19 |
| Octal | 200 | 0 | 161 | 0 | 144 | 14 | 62 | 463 | 144 | 31 |
| Binary | 10000000 | 0 | 1110001 | 0 | 1100100 | 1100 | 110010 | 100110011 | 1100100 | 11001 |
Color Harmonies of #800071
Complementary color
Monochromatic Colors of #800071
Black with #800071
Text Example
Text Example
White with #800071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800071; }
p { color: rgb(128,0,113); }
H1.HeaderClassName
{
color: #800071;
}
.AnyTagClassName
{
color: #800071;
}
</style>
background-color css
<style>
a { background-color: #800071; }
a { background-color: rgb(128,0,113); }
div.DivClassName
{
background-color: #800071;
}
.BgClassName
{
background-color: #800071;
}
</style>
border-color css
<style>
span { border-color: #800071; }
span { border-color: rgb(128,0,113); }
td.TdClassName
{
border-color: #800071;
}
.TagClassName
{
border-color: #800071;
}
</style>