Shades of Purple #810B77
Tints of Purple #810B77
RGB
CMYK
RGB Variations
Color information
#810B77 (or 0x810B77) is known color: Purple. HEX triplet: 81, 0B and 77. RGB value is (129,11,119). Sum of RGB (Red+Green+Blue) = 129+11+119=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #810B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B77 is #7EF488. Grayscale: #3A3A3A. Windows color (decimal): -8320137 or 7801729. OLE color: 7801729.
HSL color Cylindrical-coordinate representation of color #810B77: hue angle of 305.08º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B77 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 119 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.49 |
| HSL | 305.08º | 0.84% | 0.27% | - |
| HSV(B) | 305.08º | 0.91% | 0.51% | - |
| XYZ | 12.5 | 6.24 | 18 | - |
| YUV | 58.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 119 | 0 | 0.91 | 0.08 | 0.49 | 305.08 | 0.84 | 0.27 |
| Hex | 81 | B | 77 | 0 | 5B | 8 | 31 | 131 | 54 | 1B |
| Octal | 201 | 13 | 167 | 0 | 133 | 10 | 61 | 461 | 124 | 33 |
| Binary | 10000001 | 1011 | 1110111 | 0 | 1011011 | 1000 | 110001 | 100110001 | 1010100 | 11011 |
Color Harmonies of #810B77
Complementary color
Monochromatic Colors of #810B77
Black with #810B77
Text Example
Text Example
White with #810B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B77; }
p { color: rgb(129,11,119); }
H1.HeaderClassName
{
color: #810B77;
}
.AnyTagClassName
{
color: #810B77;
}
</style>
background-color css
<style>
a { background-color: #810B77; }
a { background-color: rgb(129,11,119); }
div.DivClassName
{
background-color: #810B77;
}
.BgClassName
{
background-color: #810B77;
}
</style>
border-color css
<style>
span { border-color: #810B77; }
span { border-color: rgb(129,11,119); }
td.TdClassName
{
border-color: #810B77;
}
.TagClassName
{
border-color: #810B77;
}
</style>