Shades of Purple #800485
Tints of Purple #800485
RGB
CMYK
RGB Variations
Color information
#800485 (or 0x800485) is known color: Purple. HEX triplet: 80, 04 and 85. RGB value is (128,4,133). Sum of RGB (Red+Green+Blue) = 128+4+133=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #800485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800485 is #7FFB7A. Grayscale: #373737. Windows color (decimal): -8387451 or 8717440. OLE color: 8717440.
HSL color Cylindrical-coordinate representation of color #800485: hue angle of 297.67º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800485 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 4 | 133 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.48 |
| HSL | 297.67º | 0.94% | 0.27% | - |
| HSV(B) | 297.67º | 0.97% | 0.52% | - |
| XYZ | 13.18 | 6.37 | 22.73 | - |
| YUV | 55.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 133 | 0.04 | 0.97 | 0 | 0.48 | 297.67 | 0.94 | 0.27 |
| Hex | 80 | 4 | 85 | 4 | 61 | 0 | 30 | 12A | 5E | 1B |
| Octal | 200 | 4 | 205 | 4 | 141 | 0 | 60 | 452 | 136 | 33 |
| Binary | 10000000 | 100 | 10000101 | 100 | 1100001 | 0 | 110000 | 100101010 | 1011110 | 11011 |
Color Harmonies of #800485
Complementary color
Monochromatic Colors of #800485
Black with #800485
Text Example
Text Example
White with #800485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800485; }
p { color: rgb(128,4,133); }
H1.HeaderClassName
{
color: #800485;
}
.AnyTagClassName
{
color: #800485;
}
</style>
background-color css
<style>
a { background-color: #800485; }
a { background-color: rgb(128,4,133); }
div.DivClassName
{
background-color: #800485;
}
.BgClassName
{
background-color: #800485;
}
</style>
border-color css
<style>
span { border-color: #800485; }
span { border-color: rgb(128,4,133); }
td.TdClassName
{
border-color: #800485;
}
.TagClassName
{
border-color: #800485;
}
</style>