Shades of Purple #850785
Tints of Purple #850785
RGB
CMYK
RGB Variations
Color information
#850785 (or 0x850785) is known color: Purple. HEX triplet: 85, 07 and 85. RGB value is (133,7,133). Sum of RGB (Red+Green+Blue) = 133+7+133=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #850785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850785 is #7AF87A. Grayscale: #3A3A3A. Windows color (decimal): -8059003 or 8718213. OLE color: 8718213.
HSL color Cylindrical-coordinate representation of color #850785: hue angle of 300º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850785 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 133 | - |
| CMYK | 0 | 0.95 | 0 | 0.48 |
| HSL | 300º | 0.9% | 0.27% | - |
| HSV(B) | 300º | 0.95% | 0.52% | - |
| XYZ | 13.98 | 6.83 | 22.77 | - |
| YUV | 59.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 133 | 0 | 0.95 | 0 | 0.48 | 300 | 0.9 | 0.27 |
| Hex | 85 | 7 | 85 | 0 | 5F | 0 | 30 | 12C | 5A | 1B |
| Octal | 205 | 7 | 205 | 0 | 137 | 0 | 60 | 454 | 132 | 33 |
| Binary | 10000101 | 111 | 10000101 | 0 | 1011111 | 0 | 110000 | 100101100 | 1011010 | 11011 |
Color Harmonies of #850785
Complementary color
Monochromatic Colors of #850785
Black with #850785
Text Example
Text Example
White with #850785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850785; }
p { color: rgb(133,7,133); }
H1.HeaderClassName
{
color: #850785;
}
.AnyTagClassName
{
color: #850785;
}
</style>
background-color css
<style>
a { background-color: #850785; }
a { background-color: rgb(133,7,133); }
div.DivClassName
{
background-color: #850785;
}
.BgClassName
{
background-color: #850785;
}
</style>
border-color css
<style>
span { border-color: #850785; }
span { border-color: rgb(133,7,133); }
td.TdClassName
{
border-color: #850785;
}
.TagClassName
{
border-color: #850785;
}
</style>