Shades of Purple #810076
Tints of Purple #810076
RGB
CMYK
RGB Variations
Color information
#810076 (or 0x810076) is known color: Purple. HEX triplet: 81, 00 and 76. RGB value is (129,0,118). Sum of RGB (Red+Green+Blue) = 129+0+118=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810076 is #7EFF89. Grayscale: #333333. Windows color (decimal): -8322954 or 7733377. OLE color: 7733377.
HSL color Cylindrical-coordinate representation of color #810076: hue angle of 305.12º 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 #810076 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.09 | 0.49 |
| HSL | 305.12º | 1% | 0.25% | - |
| HSV(B) | 305.12º | 1% | 0.51% | - |
| XYZ | 12.32 | 5.98 | 17.64 | - |
| YUV | 52.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 118 | 0 | 1 | 0.09 | 0.49 | 305.12 | 1 | 0.25 |
| Hex | 81 | 0 | 76 | 0 | 64 | 9 | 31 | 131 | 64 | 19 |
| Octal | 201 | 0 | 166 | 0 | 144 | 11 | 61 | 461 | 144 | 31 |
| Binary | 10000001 | 0 | 1110110 | 0 | 1100100 | 1001 | 110001 | 100110001 | 1100100 | 11001 |
Color Harmonies of #810076
Complementary color
Monochromatic Colors of #810076
Black with #810076
Text Example
Text Example
White with #810076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810076; }
p { color: rgb(129,0,118); }
H1.HeaderClassName
{
color: #810076;
}
.AnyTagClassName
{
color: #810076;
}
</style>
background-color css
<style>
a { background-color: #810076; }
a { background-color: rgb(129,0,118); }
div.DivClassName
{
background-color: #810076;
}
.BgClassName
{
background-color: #810076;
}
</style>
border-color css
<style>
span { border-color: #810076; }
span { border-color: rgb(129,0,118); }
td.TdClassName
{
border-color: #810076;
}
.TagClassName
{
border-color: #810076;
}
</style>