Shades of Purple #800583
Tints of Purple #800583
RGB
CMYK
RGB Variations
Color information
#800583 (or 0x800583) is known color: Purple. HEX triplet: 80, 05 and 83. RGB value is (128,5,131). Sum of RGB (Red+Green+Blue) = 128+5+131=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #800583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800583 is #7FFA7C. Grayscale: #373737. Windows color (decimal): -8387197 or 8586624. OLE color: 8586624.
HSL color Cylindrical-coordinate representation of color #800583: hue angle of 298.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800583 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 5 | 131 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.49 |
| HSL | 298.57º | 0.93% | 0.27% | - |
| HSV(B) | 298.57º | 0.96% | 0.51% | - |
| XYZ | 13.05 | 6.34 | 22.01 | - |
| YUV | 56.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 131 | 0.02 | 0.96 | 0 | 0.49 | 298.57 | 0.93 | 0.27 |
| Hex | 80 | 5 | 83 | 2 | 60 | 0 | 31 | 12B | 5D | 1B |
| Octal | 200 | 5 | 203 | 2 | 140 | 0 | 61 | 453 | 135 | 33 |
| Binary | 10000000 | 101 | 10000011 | 10 | 1100000 | 0 | 110001 | 100101011 | 1011101 | 11011 |
Color Harmonies of #800583
Complementary color
Monochromatic Colors of #800583
Black with #800583
Text Example
Text Example
White with #800583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800583; }
p { color: rgb(128,5,131); }
H1.HeaderClassName
{
color: #800583;
}
.AnyTagClassName
{
color: #800583;
}
</style>
background-color css
<style>
a { background-color: #800583; }
a { background-color: rgb(128,5,131); }
div.DivClassName
{
background-color: #800583;
}
.BgClassName
{
background-color: #800583;
}
</style>
border-color css
<style>
span { border-color: #800583; }
span { border-color: rgb(128,5,131); }
td.TdClassName
{
border-color: #800583;
}
.TagClassName
{
border-color: #800583;
}
</style>