Shades of Purple #811687
Tints of Purple #811687
RGB
CMYK
RGB Variations
Color information
#811687 (or 0x811687) is known color: Purple. HEX triplet: 81, 16 and 87. RGB value is (129,22,135). Sum of RGB (Red+Green+Blue) = 129+22+135=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #811687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811687 is #7EE978. Grayscale: #424242. Windows color (decimal): -8317305 or 8853121. OLE color: 8853121.
HSL color Cylindrical-coordinate representation of color #811687: hue angle of 296.81º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811687 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 22 | 135 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.47 |
| HSL | 296.81º | 0.72% | 0.31% | - |
| HSV(B) | 296.81º | 0.84% | 0.53% | - |
| XYZ | 13.71 | 6.99 | 23.55 | - |
| YUV | 66.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 135 | 0.04 | 0.84 | 0 | 0.47 | 296.81 | 0.72 | 0.31 |
| Hex | 81 | 16 | 87 | 4 | 54 | 0 | 2F | 129 | 48 | 1F |
| Octal | 201 | 26 | 207 | 4 | 124 | 0 | 57 | 451 | 110 | 37 |
| Binary | 10000001 | 10110 | 10000111 | 100 | 1010100 | 0 | 101111 | 100101001 | 1001000 | 11111 |
Color Harmonies of #811687
Complementary color
Monochromatic Colors of #811687
Black with #811687
Text Example
Text Example
White with #811687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811687; }
p { color: rgb(129,22,135); }
H1.HeaderClassName
{
color: #811687;
}
.AnyTagClassName
{
color: #811687;
}
</style>
background-color css
<style>
a { background-color: #811687; }
a { background-color: rgb(129,22,135); }
div.DivClassName
{
background-color: #811687;
}
.BgClassName
{
background-color: #811687;
}
</style>
border-color css
<style>
span { border-color: #811687; }
span { border-color: rgb(129,22,135); }
td.TdClassName
{
border-color: #811687;
}
.TagClassName
{
border-color: #811687;
}
</style>