Shades of Purple #800488
Tints of Purple #800488
RGB
CMYK
RGB Variations
Color information
#800488 (or 0x800488) is known color: Purple. HEX triplet: 80, 04 and 88. RGB value is (128,4,136). Sum of RGB (Red+Green+Blue) = 128+4+136=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #800488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800488 is #7FFB77. Grayscale: #373737. Windows color (decimal): -8387448 or 8914048. OLE color: 8914048.
HSL color Cylindrical-coordinate representation of color #800488: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800488 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 4 | 136 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.47 |
| HSL | 296.36º | 0.94% | 0.27% | - |
| HSV(B) | 296.36º | 0.97% | 0.53% | - |
| XYZ | 13.39 | 6.45 | 23.83 | - |
| YUV | 56.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 136 | 0.06 | 0.97 | 0 | 0.47 | 296.36 | 0.94 | 0.27 |
| Hex | 80 | 4 | 88 | 6 | 61 | 0 | 2F | 128 | 5E | 1B |
| Octal | 200 | 4 | 210 | 6 | 141 | 0 | 57 | 450 | 136 | 33 |
| Binary | 10000000 | 100 | 10001000 | 110 | 1100001 | 0 | 101111 | 100101000 | 1011110 | 11011 |
Color Harmonies of #800488
Complementary color
Monochromatic Colors of #800488
Black with #800488
Text Example
Text Example
White with #800488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800488; }
p { color: rgb(128,4,136); }
H1.HeaderClassName
{
color: #800488;
}
.AnyTagClassName
{
color: #800488;
}
</style>
background-color css
<style>
a { background-color: #800488; }
a { background-color: rgb(128,4,136); }
div.DivClassName
{
background-color: #800488;
}
.BgClassName
{
background-color: #800488;
}
</style>
border-color css
<style>
span { border-color: #800488; }
span { border-color: rgb(128,4,136); }
td.TdClassName
{
border-color: #800488;
}
.TagClassName
{
border-color: #800488;
}
</style>