Shades of Purple #810C77
Tints of Purple #810C77
RGB
CMYK
RGB Variations
Color information
#810C77 (or 0x810C77) is known color: Purple. HEX triplet: 81, 0C and 77. RGB value is (129,12,119). Sum of RGB (Red+Green+Blue) = 129+12+119=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #810C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C77 is #7EF388. Grayscale: #3A3A3A. Windows color (decimal): -8319881 or 7801985. OLE color: 7801985.
HSL color Cylindrical-coordinate representation of color #810C77: hue angle of 305.13º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C77 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 119 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.49 |
| HSL | 305.13º | 0.83% | 0.28% | - |
| HSV(B) | 305.13º | 0.91% | 0.51% | - |
| XYZ | 12.51 | 6.26 | 18 | - |
| YUV | 59.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 119 | 0 | 0.91 | 0.08 | 0.49 | 305.13 | 0.83 | 0.28 |
| Hex | 81 | C | 77 | 0 | 5B | 8 | 31 | 131 | 53 | 1C |
| Octal | 201 | 14 | 167 | 0 | 133 | 10 | 61 | 461 | 123 | 34 |
| Binary | 10000001 | 1100 | 1110111 | 0 | 1011011 | 1000 | 110001 | 100110001 | 1010011 | 11100 |
Color Harmonies of #810C77
Complementary color
Monochromatic Colors of #810C77
Black with #810C77
Text Example
Text Example
White with #810C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C77; }
p { color: rgb(129,12,119); }
H1.HeaderClassName
{
color: #810C77;
}
.AnyTagClassName
{
color: #810C77;
}
</style>
background-color css
<style>
a { background-color: #810C77; }
a { background-color: rgb(129,12,119); }
div.DivClassName
{
background-color: #810C77;
}
.BgClassName
{
background-color: #810C77;
}
</style>
border-color css
<style>
span { border-color: #810C77; }
span { border-color: rgb(129,12,119); }
td.TdClassName
{
border-color: #810C77;
}
.TagClassName
{
border-color: #810C77;
}
</style>