Shades of Purple #810A77
Tints of Purple #810A77
RGB
CMYK
RGB Variations
Color information
#810A77 (or 0x810A77) is known color: Purple. HEX triplet: 81, 0A and 77. RGB value is (129,10,119). Sum of RGB (Red+Green+Blue) = 129+10+119=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #810A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A77 is #7EF588. Grayscale: #393939. Windows color (decimal): -8320393 or 7801473. OLE color: 7801473.
HSL color Cylindrical-coordinate representation of color #810A77: hue angle of 305.04º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A77 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 119 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.49 |
| HSL | 305.04º | 0.86% | 0.27% | - |
| HSV(B) | 305.04º | 0.92% | 0.51% | - |
| XYZ | 12.49 | 6.22 | 17.99 | - |
| YUV | 58.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 119 | 0 | 0.92 | 0.08 | 0.49 | 305.04 | 0.86 | 0.27 |
| Hex | 81 | A | 77 | 0 | 5C | 8 | 31 | 131 | 56 | 1B |
| Octal | 201 | 12 | 167 | 0 | 134 | 10 | 61 | 461 | 126 | 33 |
| Binary | 10000001 | 1010 | 1110111 | 0 | 1011100 | 1000 | 110001 | 100110001 | 1010110 | 11011 |
Color Harmonies of #810A77
Complementary color
Monochromatic Colors of #810A77
Black with #810A77
Text Example
Text Example
White with #810A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A77; }
p { color: rgb(129,10,119); }
H1.HeaderClassName
{
color: #810A77;
}
.AnyTagClassName
{
color: #810A77;
}
</style>
background-color css
<style>
a { background-color: #810A77; }
a { background-color: rgb(129,10,119); }
div.DivClassName
{
background-color: #810A77;
}
.BgClassName
{
background-color: #810A77;
}
</style>
border-color css
<style>
span { border-color: #810A77; }
span { border-color: rgb(129,10,119); }
td.TdClassName
{
border-color: #810A77;
}
.TagClassName
{
border-color: #810A77;
}
</style>