Shades of Purple #810071
Tints of Purple #810071
RGB
CMYK
RGB Variations
Color information
#810071 (or 0x810071) is known color: Purple. HEX triplet: 81, 00 and 71. RGB value is (129,0,113). Sum of RGB (Red+Green+Blue) = 129+0+113=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #810071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810071 is #7EFF8E. Grayscale: #333333. Windows color (decimal): -8322959 or 7405697. OLE color: 7405697.
HSL color Cylindrical-coordinate representation of color #810071: hue angle of 307.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810071 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.12 | 0.49 |
| HSL | 307.44º | 1% | 0.25% | - |
| HSV(B) | 307.44º | 1% | 0.51% | - |
| XYZ | 12.03 | 5.86 | 16.12 | - |
| YUV | 51.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 113 | 0 | 1 | 0.12 | 0.49 | 307.44 | 1 | 0.25 |
| Hex | 81 | 0 | 71 | 0 | 64 | C | 31 | 133 | 64 | 19 |
| Octal | 201 | 0 | 161 | 0 | 144 | 14 | 61 | 463 | 144 | 31 |
| Binary | 10000001 | 0 | 1110001 | 0 | 1100100 | 1100 | 110001 | 100110011 | 1100100 | 11001 |
Color Harmonies of #810071
Complementary color
Monochromatic Colors of #810071
Black with #810071
Text Example
Text Example
White with #810071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810071; }
p { color: rgb(129,0,113); }
H1.HeaderClassName
{
color: #810071;
}
.AnyTagClassName
{
color: #810071;
}
</style>
background-color css
<style>
a { background-color: #810071; }
a { background-color: rgb(129,0,113); }
div.DivClassName
{
background-color: #810071;
}
.BgClassName
{
background-color: #810071;
}
</style>
border-color css
<style>
span { border-color: #810071; }
span { border-color: rgb(129,0,113); }
td.TdClassName
{
border-color: #810071;
}
.TagClassName
{
border-color: #810071;
}
</style>