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