Shades of Purple #810277
Tints of Purple #810277
RGB
CMYK
RGB Variations
Color information
#810277 (or 0x810277) is known color: Purple. HEX triplet: 81, 02 and 77. RGB value is (129,2,119). Sum of RGB (Red+Green+Blue) = 129+2+119=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #810277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810277 is #7EFD88. Grayscale: #343434. Windows color (decimal): -8322441 or 7799425. OLE color: 7799425.
HSL color Cylindrical-coordinate representation of color #810277: hue angle of 304.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810277 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 119 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.49 |
| HSL | 304.72º | 0.97% | 0.26% | - |
| HSV(B) | 304.72º | 0.98% | 0.51% | - |
| XYZ | 12.4 | 6.04 | 17.97 | - |
| YUV | 53.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 119 | 0 | 0.98 | 0.08 | 0.49 | 304.72 | 0.97 | 0.26 |
| Hex | 81 | 2 | 77 | 0 | 62 | 8 | 31 | 131 | 61 | 1A |
| Octal | 201 | 2 | 167 | 0 | 142 | 10 | 61 | 461 | 141 | 32 |
| Binary | 10000001 | 10 | 1110111 | 0 | 1100010 | 1000 | 110001 | 100110001 | 1100001 | 11010 |
Color Harmonies of #810277
Complementary color
Monochromatic Colors of #810277
Black with #810277
Text Example
Text Example
White with #810277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810277; }
p { color: rgb(129,2,119); }
H1.HeaderClassName
{
color: #810277;
}
.AnyTagClassName
{
color: #810277;
}
</style>
background-color css
<style>
a { background-color: #810277; }
a { background-color: rgb(129,2,119); }
div.DivClassName
{
background-color: #810277;
}
.BgClassName
{
background-color: #810277;
}
</style>
border-color css
<style>
span { border-color: #810277; }
span { border-color: rgb(129,2,119); }
td.TdClassName
{
border-color: #810277;
}
.TagClassName
{
border-color: #810277;
}
</style>