Shades of Purple #810870
Tints of Purple #810870
RGB
CMYK
RGB Variations
Color information
#810870 (or 0x810870) is known color: Purple. HEX triplet: 81, 08 and 70. RGB value is (129,8,112). Sum of RGB (Red+Green+Blue) = 129+8+112=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810870 is #7EF78F. Grayscale: #373737. Windows color (decimal): -8320912 or 7342209. OLE color: 7342209.
HSL color Cylindrical-coordinate representation of color #810870: hue angle of 308.43º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810870 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 112 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.49 |
| HSL | 308.43º | 0.88% | 0.27% | - |
| HSV(B) | 308.43º | 0.94% | 0.51% | - |
| XYZ | 12.06 | 6.01 | 15.85 | - |
| YUV | 56.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 112 | 0 | 0.94 | 0.13 | 0.49 | 308.43 | 0.88 | 0.27 |
| Hex | 81 | 8 | 70 | 0 | 5E | D | 31 | 134 | 58 | 1B |
| Octal | 201 | 10 | 160 | 0 | 136 | 15 | 61 | 464 | 130 | 33 |
| Binary | 10000001 | 1000 | 1110000 | 0 | 1011110 | 1101 | 110001 | 100110100 | 1011000 | 11011 |
Color Harmonies of #810870
Complementary color
Monochromatic Colors of #810870
Black with #810870
Text Example
Text Example
White with #810870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810870; }
p { color: rgb(129,8,112); }
H1.HeaderClassName
{
color: #810870;
}
.AnyTagClassName
{
color: #810870;
}
</style>
background-color css
<style>
a { background-color: #810870; }
a { background-color: rgb(129,8,112); }
div.DivClassName
{
background-color: #810870;
}
.BgClassName
{
background-color: #810870;
}
</style>
border-color css
<style>
span { border-color: #810870; }
span { border-color: rgb(129,8,112); }
td.TdClassName
{
border-color: #810870;
}
.TagClassName
{
border-color: #810870;
}
</style>