Shades of Purple #850570
Tints of Purple #850570
RGB
CMYK
RGB Variations
Color information
#850570 (or 0x850570) is known color: Purple. HEX triplet: 85, 05 and 70. RGB value is (133,5,112). Sum of RGB (Red+Green+Blue) = 133+5+112=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #850570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850570 is #7AFA8F. Grayscale: #373737. Windows color (decimal): -8059536 or 7341445. OLE color: 7341445.
HSL color Cylindrical-coordinate representation of color #850570: hue angle of 309.84º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850570 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 112 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.48 |
| HSL | 309.84º | 0.93% | 0.27% | - |
| HSV(B) | 309.84º | 0.96% | 0.52% | - |
| XYZ | 12.65 | 6.26 | 15.87 | - |
| YUV | 55.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 112 | 0 | 0.96 | 0.16 | 0.48 | 309.84 | 0.93 | 0.27 |
| Hex | 85 | 5 | 70 | 0 | 60 | 10 | 30 | 136 | 5D | 1B |
| Octal | 205 | 5 | 160 | 0 | 140 | 20 | 60 | 466 | 135 | 33 |
| Binary | 10000101 | 101 | 1110000 | 0 | 1100000 | 10000 | 110000 | 100110110 | 1011101 | 11011 |
Color Harmonies of #850570
Complementary color
Monochromatic Colors of #850570
Black with #850570
Text Example
Text Example
White with #850570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850570; }
p { color: rgb(133,5,112); }
H1.HeaderClassName
{
color: #850570;
}
.AnyTagClassName
{
color: #850570;
}
</style>
background-color css
<style>
a { background-color: #850570; }
a { background-color: rgb(133,5,112); }
div.DivClassName
{
background-color: #850570;
}
.BgClassName
{
background-color: #850570;
}
</style>
border-color css
<style>
span { border-color: #850570; }
span { border-color: rgb(133,5,112); }
td.TdClassName
{
border-color: #850570;
}
.TagClassName
{
border-color: #850570;
}
</style>