Shades of Purple #850580
Tints of Purple #850580
RGB
CMYK
RGB Variations
Color information
#850580 (or 0x850580) is known color: Purple. HEX triplet: 85, 05 and 80. RGB value is (133,5,128). Sum of RGB (Red+Green+Blue) = 133+5+128=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850580 is #7AFA7F. Grayscale: #383838. Windows color (decimal): -8059520 or 8390021. OLE color: 8390021.
HSL color Cylindrical-coordinate representation of color #850580: hue angle of 302.34º 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 #850580 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 128 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.48 |
| HSL | 302.34º | 0.93% | 0.27% | - |
| HSV(B) | 302.34º | 0.96% | 0.52% | - |
| XYZ | 13.62 | 6.65 | 20.99 | - |
| YUV | 57.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 128 | 0 | 0.96 | 0.04 | 0.48 | 302.34 | 0.93 | 0.27 |
| Hex | 85 | 5 | 80 | 0 | 60 | 4 | 30 | 12E | 5D | 1B |
| Octal | 205 | 5 | 200 | 0 | 140 | 4 | 60 | 456 | 135 | 33 |
| Binary | 10000101 | 101 | 10000000 | 0 | 1100000 | 100 | 110000 | 100101110 | 1011101 | 11011 |
Color Harmonies of #850580
Complementary color
Monochromatic Colors of #850580
Black with #850580
Text Example
Text Example
White with #850580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850580; }
p { color: rgb(133,5,128); }
H1.HeaderClassName
{
color: #850580;
}
.AnyTagClassName
{
color: #850580;
}
</style>
background-color css
<style>
a { background-color: #850580; }
a { background-color: rgb(133,5,128); }
div.DivClassName
{
background-color: #850580;
}
.BgClassName
{
background-color: #850580;
}
</style>
border-color css
<style>
span { border-color: #850580; }
span { border-color: rgb(133,5,128); }
td.TdClassName
{
border-color: #850580;
}
.TagClassName
{
border-color: #850580;
}
</style>