Shades of Purple #810E79
Tints of Purple #810E79
RGB
CMYK
RGB Variations
Color information
#810E79 (or 0x810E79) is known color: Purple. HEX triplet: 81, 0E and 79. RGB value is (129,14,121). Sum of RGB (Red+Green+Blue) = 129+14+121=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #810E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E79 is #7EF186. Grayscale: #3C3C3C. Windows color (decimal): -8319367 or 7933569. OLE color: 7933569.
HSL color Cylindrical-coordinate representation of color #810E79: hue angle of 304.17º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E79 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 121 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.49 |
| HSL | 304.17º | 0.8% | 0.28% | - |
| HSV(B) | 304.17º | 0.89% | 0.51% | - |
| XYZ | 12.66 | 6.36 | 18.65 | - |
| YUV | 60.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 121 | 0 | 0.89 | 0.06 | 0.49 | 304.17 | 0.8 | 0.28 |
| Hex | 81 | E | 79 | 0 | 59 | 6 | 31 | 130 | 50 | 1C |
| Octal | 201 | 16 | 171 | 0 | 131 | 6 | 61 | 460 | 120 | 34 |
| Binary | 10000001 | 1110 | 1111001 | 0 | 1011001 | 110 | 110001 | 100110000 | 1010000 | 11100 |
Color Harmonies of #810E79
Complementary color
Monochromatic Colors of #810E79
Black with #810E79
Text Example
Text Example
White with #810E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E79; }
p { color: rgb(129,14,121); }
H1.HeaderClassName
{
color: #810E79;
}
.AnyTagClassName
{
color: #810E79;
}
</style>
background-color css
<style>
a { background-color: #810E79; }
a { background-color: rgb(129,14,121); }
div.DivClassName
{
background-color: #810E79;
}
.BgClassName
{
background-color: #810E79;
}
</style>
border-color css
<style>
span { border-color: #810E79; }
span { border-color: rgb(129,14,121); }
td.TdClassName
{
border-color: #810E79;
}
.TagClassName
{
border-color: #810E79;
}
</style>