Shades of Purple #810A76
Tints of Purple #810A76
RGB
CMYK
RGB Variations
Color information
#810A76 (or 0x810A76) is known color: Purple. HEX triplet: 81, 0A and 76. RGB value is (129,10,118). Sum of RGB (Red+Green+Blue) = 129+10+118=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #810A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A76 is #7EF589. Grayscale: #393939. Windows color (decimal): -8320394 or 7735937. OLE color: 7735937.
HSL color Cylindrical-coordinate representation of color #810A76: hue angle of 305.55º 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 #810A76 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 118 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.49 |
| HSL | 305.55º | 0.86% | 0.27% | - |
| HSV(B) | 305.55º | 0.92% | 0.51% | - |
| XYZ | 12.43 | 6.19 | 17.68 | - |
| YUV | 57.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 118 | 0 | 0.92 | 0.09 | 0.49 | 305.55 | 0.86 | 0.27 |
| Hex | 81 | A | 76 | 0 | 5C | 9 | 31 | 132 | 56 | 1B |
| Octal | 201 | 12 | 166 | 0 | 134 | 11 | 61 | 462 | 126 | 33 |
| Binary | 10000001 | 1010 | 1110110 | 0 | 1011100 | 1001 | 110001 | 100110010 | 1010110 | 11011 |
Color Harmonies of #810A76
Complementary color
Monochromatic Colors of #810A76
Black with #810A76
Text Example
Text Example
White with #810A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A76; }
p { color: rgb(129,10,118); }
H1.HeaderClassName
{
color: #810A76;
}
.AnyTagClassName
{
color: #810A76;
}
</style>
background-color css
<style>
a { background-color: #810A76; }
a { background-color: rgb(129,10,118); }
div.DivClassName
{
background-color: #810A76;
}
.BgClassName
{
background-color: #810A76;
}
</style>
border-color css
<style>
span { border-color: #810A76; }
span { border-color: rgb(129,10,118); }
td.TdClassName
{
border-color: #810A76;
}
.TagClassName
{
border-color: #810A76;
}
</style>