Shades of Purple #800873
Tints of Purple #800873
RGB
CMYK
RGB Variations
Color information
#800873 (or 0x800873) is known color: Purple. HEX triplet: 80, 08 and 73. RGB value is (128,8,115). Sum of RGB (Red+Green+Blue) = 128+8+115=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #800873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800873 is #7FF78C. Grayscale: #373737. Windows color (decimal): -8386445 or 7538816. OLE color: 7538816.
HSL color Cylindrical-coordinate representation of color #800873: hue angle of 306.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800873 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 115 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.50 |
| HSL | 306.5º | 0.88% | 0.27% | - |
| HSV(B) | 306.5º | 0.94% | 0.5% | - |
| XYZ | 12.08 | 6 | 16.74 | - |
| YUV | 56.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 115 | 0 | 0.94 | 0.10 | 0.50 | 306.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 73 | 0 | 5E | A | 32 | 132 | 58 | 1B |
| Octal | 200 | 10 | 163 | 0 | 136 | 12 | 62 | 462 | 130 | 33 |
| Binary | 10000000 | 1000 | 1110011 | 0 | 1011110 | 1010 | 110010 | 100110010 | 1011000 | 11011 |
Color Harmonies of #800873
Complementary color
Monochromatic Colors of #800873
Black with #800873
Text Example
Text Example
White with #800873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800873; }
p { color: rgb(128,8,115); }
H1.HeaderClassName
{
color: #800873;
}
.AnyTagClassName
{
color: #800873;
}
</style>
background-color css
<style>
a { background-color: #800873; }
a { background-color: rgb(128,8,115); }
div.DivClassName
{
background-color: #800873;
}
.BgClassName
{
background-color: #800873;
}
</style>
border-color css
<style>
span { border-color: #800873; }
span { border-color: rgb(128,8,115); }
td.TdClassName
{
border-color: #800873;
}
.TagClassName
{
border-color: #800873;
}
</style>