Shades of Purple #810579
Tints of Purple #810579
RGB
CMYK
RGB Variations
Color information
#810579 (or 0x810579) is known color: Purple. HEX triplet: 81, 05 and 79. RGB value is (129,5,121). Sum of RGB (Red+Green+Blue) = 129+5+121=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #810579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810579 is #7EFA86. Grayscale: #363636. Windows color (decimal): -8321671 or 7931265. OLE color: 7931265.
HSL color Cylindrical-coordinate representation of color #810579: hue angle of 303.87º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810579 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 121 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.49 |
| HSL | 303.87º | 0.93% | 0.26% | - |
| HSV(B) | 303.87º | 0.96% | 0.51% | - |
| XYZ | 12.56 | 6.16 | 18.62 | - |
| YUV | 55.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 121 | 0 | 0.96 | 0.06 | 0.49 | 303.87 | 0.93 | 0.26 |
| Hex | 81 | 5 | 79 | 0 | 60 | 6 | 31 | 130 | 5D | 1A |
| Octal | 201 | 5 | 171 | 0 | 140 | 6 | 61 | 460 | 135 | 32 |
| Binary | 10000001 | 101 | 1111001 | 0 | 1100000 | 110 | 110001 | 100110000 | 1011101 | 11010 |
Color Harmonies of #810579
Complementary color
Monochromatic Colors of #810579
Black with #810579
Text Example
Text Example
White with #810579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810579; }
p { color: rgb(129,5,121); }
H1.HeaderClassName
{
color: #810579;
}
.AnyTagClassName
{
color: #810579;
}
</style>
background-color css
<style>
a { background-color: #810579; }
a { background-color: rgb(129,5,121); }
div.DivClassName
{
background-color: #810579;
}
.BgClassName
{
background-color: #810579;
}
</style>
border-color css
<style>
span { border-color: #810579; }
span { border-color: rgb(129,5,121); }
td.TdClassName
{
border-color: #810579;
}
.TagClassName
{
border-color: #810579;
}
</style>