Shades of Purple #810079
Tints of Purple #810079
RGB
CMYK
RGB Variations
Color information
#810079 (or 0x810079) is known color: Purple. HEX triplet: 81, 00 and 79. RGB value is (129,0,121). Sum of RGB (Red+Green+Blue) = 129+0+121=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #810079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810079 is #7EFF86. Grayscale: #343434. Windows color (decimal): -8322951 or 7929985. OLE color: 7929985.
HSL color Cylindrical-coordinate representation of color #810079: hue angle of 303.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810079 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.06 | 0.49 |
| HSL | 303.72º | 1% | 0.25% | - |
| HSV(B) | 303.72º | 1% | 0.51% | - |
| XYZ | 12.5 | 6.05 | 18.6 | - |
| YUV | 52.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 121 | 0 | 1 | 0.06 | 0.49 | 303.72 | 1 | 0.25 |
| Hex | 81 | 0 | 79 | 0 | 64 | 6 | 31 | 130 | 64 | 19 |
| Octal | 201 | 0 | 171 | 0 | 144 | 6 | 61 | 460 | 144 | 31 |
| Binary | 10000001 | 0 | 1111001 | 0 | 1100100 | 110 | 110001 | 100110000 | 1100100 | 11001 |
Color Harmonies of #810079
Complementary color
Monochromatic Colors of #810079
Black with #810079
Text Example
Text Example
White with #810079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810079; }
p { color: rgb(129,0,121); }
H1.HeaderClassName
{
color: #810079;
}
.AnyTagClassName
{
color: #810079;
}
</style>
background-color css
<style>
a { background-color: #810079; }
a { background-color: rgb(129,0,121); }
div.DivClassName
{
background-color: #810079;
}
.BgClassName
{
background-color: #810079;
}
</style>
border-color css
<style>
span { border-color: #810079; }
span { border-color: rgb(129,0,121); }
td.TdClassName
{
border-color: #810079;
}
.TagClassName
{
border-color: #810079;
}
</style>