Shades of Purple #810A72
Tints of Purple #810A72
RGB
CMYK
RGB Variations
Color information
#810A72 (or 0x810A72) is known color: Purple. HEX triplet: 81, 0A and 72. RGB value is (129,10,114). Sum of RGB (Red+Green+Blue) = 129+10+114=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #810A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A72 is #7EF58D. Grayscale: #393939. Windows color (decimal): -8320398 or 7473793. OLE color: 7473793.
HSL color Cylindrical-coordinate representation of color #810A72: hue angle of 307.56º 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 #810A72 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 114 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.49 |
| HSL | 307.56º | 0.86% | 0.27% | - |
| HSV(B) | 307.56º | 0.92% | 0.51% | - |
| XYZ | 12.2 | 6.1 | 16.45 | - |
| YUV | 57.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 114 | 0 | 0.92 | 0.12 | 0.49 | 307.56 | 0.86 | 0.27 |
| Hex | 81 | A | 72 | 0 | 5C | C | 31 | 134 | 56 | 1B |
| Octal | 201 | 12 | 162 | 0 | 134 | 14 | 61 | 464 | 126 | 33 |
| Binary | 10000001 | 1010 | 1110010 | 0 | 1011100 | 1100 | 110001 | 100110100 | 1010110 | 11011 |
Color Harmonies of #810A72
Complementary color
Monochromatic Colors of #810A72
Black with #810A72
Text Example
Text Example
White with #810A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A72; }
p { color: rgb(129,10,114); }
H1.HeaderClassName
{
color: #810A72;
}
.AnyTagClassName
{
color: #810A72;
}
</style>
background-color css
<style>
a { background-color: #810A72; }
a { background-color: rgb(129,10,114); }
div.DivClassName
{
background-color: #810A72;
}
.BgClassName
{
background-color: #810A72;
}
</style>
border-color css
<style>
span { border-color: #810A72; }
span { border-color: rgb(129,10,114); }
td.TdClassName
{
border-color: #810A72;
}
.TagClassName
{
border-color: #810A72;
}
</style>