Shades of Purple #850870
Tints of Purple #850870
RGB
CMYK
RGB Variations
Color information
#850870 (or 0x850870) is known color: Purple. HEX triplet: 85, 08 and 70. RGB value is (133,8,112). Sum of RGB (Red+Green+Blue) = 133+8+112=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850870 is #7AF78F. Grayscale: #383838. Windows color (decimal): -8058768 or 7342213. OLE color: 7342213.
HSL color Cylindrical-coordinate representation of color #850870: hue angle of 310.08º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850870 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 112 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.48 |
| HSL | 310.08º | 0.89% | 0.28% | - |
| HSV(B) | 310.08º | 0.94% | 0.52% | - |
| XYZ | 12.68 | 6.33 | 15.88 | - |
| YUV | 57.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 112 | 0 | 0.94 | 0.16 | 0.48 | 310.08 | 0.89 | 0.28 |
| Hex | 85 | 8 | 70 | 0 | 5E | 10 | 30 | 136 | 59 | 1C |
| Octal | 205 | 10 | 160 | 0 | 136 | 20 | 60 | 466 | 131 | 34 |
| Binary | 10000101 | 1000 | 1110000 | 0 | 1011110 | 10000 | 110000 | 100110110 | 1011001 | 11100 |
Color Harmonies of #850870
Complementary color
Monochromatic Colors of #850870
Black with #850870
Text Example
Text Example
White with #850870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850870; }
p { color: rgb(133,8,112); }
H1.HeaderClassName
{
color: #850870;
}
.AnyTagClassName
{
color: #850870;
}
</style>
background-color css
<style>
a { background-color: #850870; }
a { background-color: rgb(133,8,112); }
div.DivClassName
{
background-color: #850870;
}
.BgClassName
{
background-color: #850870;
}
</style>
border-color css
<style>
span { border-color: #850870; }
span { border-color: rgb(133,8,112); }
td.TdClassName
{
border-color: #850870;
}
.TagClassName
{
border-color: #850870;
}
</style>