Shades of Purple #810A75
Tints of Purple #810A75
RGB
CMYK
RGB Variations
Color information
#810A75 (or 0x810A75) is known color: Purple. HEX triplet: 81, 0A and 75. RGB value is (129,10,117). Sum of RGB (Red+Green+Blue) = 129+10+117=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #810A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A75 is #7EF58A. Grayscale: #393939. Windows color (decimal): -8320395 or 7670401. OLE color: 7670401.
HSL color Cylindrical-coordinate representation of color #810A75: hue angle of 306.05º 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 #810A75 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 117 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.49 |
| HSL | 306.05º | 0.86% | 0.27% | - |
| HSV(B) | 306.05º | 0.92% | 0.51% | - |
| XYZ | 12.37 | 6.17 | 17.37 | - |
| YUV | 57.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 117 | 0 | 0.92 | 0.09 | 0.49 | 306.05 | 0.86 | 0.27 |
| Hex | 81 | A | 75 | 0 | 5C | 9 | 31 | 132 | 56 | 1B |
| Octal | 201 | 12 | 165 | 0 | 134 | 11 | 61 | 462 | 126 | 33 |
| Binary | 10000001 | 1010 | 1110101 | 0 | 1011100 | 1001 | 110001 | 100110010 | 1010110 | 11011 |
Color Harmonies of #810A75
Complementary color
Monochromatic Colors of #810A75
Black with #810A75
Text Example
Text Example
White with #810A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A75; }
p { color: rgb(129,10,117); }
H1.HeaderClassName
{
color: #810A75;
}
.AnyTagClassName
{
color: #810A75;
}
</style>
background-color css
<style>
a { background-color: #810A75; }
a { background-color: rgb(129,10,117); }
div.DivClassName
{
background-color: #810A75;
}
.BgClassName
{
background-color: #810A75;
}
</style>
border-color css
<style>
span { border-color: #810A75; }
span { border-color: rgb(129,10,117); }
td.TdClassName
{
border-color: #810A75;
}
.TagClassName
{
border-color: #810A75;
}
</style>