Shades of Purple #810179
Tints of Purple #810179
RGB
CMYK
RGB Variations
Color information
#810179 (or 0x810179) is known color: Purple. HEX triplet: 81, 01 and 79. RGB value is (129,1,121). Sum of RGB (Red+Green+Blue) = 129+1+121=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #810179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810179 is #7EFE86. Grayscale: #343434. Windows color (decimal): -8322695 or 7930241. OLE color: 7930241.
HSL color Cylindrical-coordinate representation of color #810179: hue angle of 303.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810179 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.49 |
| HSL | 303.75º | 0.98% | 0.25% | - |
| HSV(B) | 303.75º | 0.99% | 0.51% | - |
| XYZ | 12.52 | 6.07 | 18.6 | - |
| YUV | 52.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 121 | 0 | 0.99 | 0.06 | 0.49 | 303.75 | 0.98 | 0.25 |
| Hex | 81 | 1 | 79 | 0 | 63 | 6 | 31 | 130 | 62 | 19 |
| Octal | 201 | 1 | 171 | 0 | 143 | 6 | 61 | 460 | 142 | 31 |
| Binary | 10000001 | 1 | 1111001 | 0 | 1100011 | 110 | 110001 | 100110000 | 1100010 | 11001 |
Color Harmonies of #810179
Complementary color
Monochromatic Colors of #810179
Black with #810179
Text Example
Text Example
White with #810179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810179; }
p { color: rgb(129,1,121); }
H1.HeaderClassName
{
color: #810179;
}
.AnyTagClassName
{
color: #810179;
}
</style>
background-color css
<style>
a { background-color: #810179; }
a { background-color: rgb(129,1,121); }
div.DivClassName
{
background-color: #810179;
}
.BgClassName
{
background-color: #810179;
}
</style>
border-color css
<style>
span { border-color: #810179; }
span { border-color: rgb(129,1,121); }
td.TdClassName
{
border-color: #810179;
}
.TagClassName
{
border-color: #810179;
}
</style>