Shades of Purple #810288
Tints of Purple #810288
RGB
CMYK
RGB Variations
Color information
#810288 (or 0x810288) is known color: Purple. HEX triplet: 81, 02 and 88. RGB value is (129,2,136). Sum of RGB (Red+Green+Blue) = 129+2+136=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #810288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810288 is #7EFD77. Grayscale: #363636. Windows color (decimal): -8322424 or 8913537. OLE color: 8913537.
HSL color Cylindrical-coordinate representation of color #810288: hue angle of 296.87º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810288 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 2 | 136 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.47 |
| HSL | 296.87º | 0.97% | 0.27% | - |
| HSV(B) | 296.87º | 0.99% | 0.53% | - |
| XYZ | 13.52 | 6.49 | 23.83 | - |
| YUV | 55.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 136 | 0.05 | 0.99 | 0 | 0.47 | 296.87 | 0.97 | 0.27 |
| Hex | 81 | 2 | 88 | 5 | 63 | 0 | 2F | 129 | 61 | 1B |
| Octal | 201 | 2 | 210 | 5 | 143 | 0 | 57 | 451 | 141 | 33 |
| Binary | 10000001 | 10 | 10001000 | 101 | 1100011 | 0 | 101111 | 100101001 | 1100001 | 11011 |
Color Harmonies of #810288
Complementary color
Monochromatic Colors of #810288
Black with #810288
Text Example
Text Example
White with #810288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810288; }
p { color: rgb(129,2,136); }
H1.HeaderClassName
{
color: #810288;
}
.AnyTagClassName
{
color: #810288;
}
</style>
background-color css
<style>
a { background-color: #810288; }
a { background-color: rgb(129,2,136); }
div.DivClassName
{
background-color: #810288;
}
.BgClassName
{
background-color: #810288;
}
</style>
border-color css
<style>
span { border-color: #810288; }
span { border-color: rgb(129,2,136); }
td.TdClassName
{
border-color: #810288;
}
.TagClassName
{
border-color: #810288;
}
</style>