Shades of Purple #800588
Tints of Purple #800588
RGB
CMYK
RGB Variations
Color information
#800588 (or 0x800588) is known color: Purple. HEX triplet: 80, 05 and 88. RGB value is (128,5,136). Sum of RGB (Red+Green+Blue) = 128+5+136=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #800588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800588 is #7FFA77. Grayscale: #383838. Windows color (decimal): -8387192 or 8914304. OLE color: 8914304.
HSL color Cylindrical-coordinate representation of color #800588: hue angle of 296.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800588 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 5 | 136 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.47 |
| HSL | 296.34º | 0.93% | 0.28% | - |
| HSV(B) | 296.34º | 0.96% | 0.53% | - |
| XYZ | 13.4 | 6.48 | 23.84 | - |
| YUV | 56.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 136 | 0.06 | 0.96 | 0 | 0.47 | 296.34 | 0.93 | 0.28 |
| Hex | 80 | 5 | 88 | 6 | 60 | 0 | 2F | 128 | 5D | 1C |
| Octal | 200 | 5 | 210 | 6 | 140 | 0 | 57 | 450 | 135 | 34 |
| Binary | 10000000 | 101 | 10001000 | 110 | 1100000 | 0 | 101111 | 100101000 | 1011101 | 11100 |
Color Harmonies of #800588
Complementary color
Monochromatic Colors of #800588
Black with #800588
Text Example
Text Example
White with #800588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800588; }
p { color: rgb(128,5,136); }
H1.HeaderClassName
{
color: #800588;
}
.AnyTagClassName
{
color: #800588;
}
</style>
background-color css
<style>
a { background-color: #800588; }
a { background-color: rgb(128,5,136); }
div.DivClassName
{
background-color: #800588;
}
.BgClassName
{
background-color: #800588;
}
</style>
border-color css
<style>
span { border-color: #800588; }
span { border-color: rgb(128,5,136); }
td.TdClassName
{
border-color: #800588;
}
.TagClassName
{
border-color: #800588;
}
</style>