Shades of Purple #801487
Tints of Purple #801487
RGB
CMYK
RGB Variations
Color information
#801487 (or 0x801487) is known color: Purple. HEX triplet: 80, 14 and 87. RGB value is (128,20,135). Sum of RGB (Red+Green+Blue) = 128+20+135=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #801487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801487 is #7FEB78. Grayscale: #414141. Windows color (decimal): -8383353 or 8852608. OLE color: 8852608.
HSL color Cylindrical-coordinate representation of color #801487: hue angle of 296.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801487 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 20 | 135 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.47 |
| HSL | 296.35º | 0.74% | 0.3% | - |
| HSV(B) | 296.35º | 0.85% | 0.53% | - |
| XYZ | 13.53 | 6.84 | 23.53 | - |
| YUV | 65.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 135 | 0.05 | 0.85 | 0 | 0.47 | 296.35 | 0.74 | 0.3 |
| Hex | 80 | 14 | 87 | 5 | 55 | 0 | 2F | 128 | 4A | 1E |
| Octal | 200 | 24 | 207 | 5 | 125 | 0 | 57 | 450 | 112 | 36 |
| Binary | 10000000 | 10100 | 10000111 | 101 | 1010101 | 0 | 101111 | 100101000 | 1001010 | 11110 |
Color Harmonies of #801487
Complementary color
Monochromatic Colors of #801487
Black with #801487
Text Example
Text Example
White with #801487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801487; }
p { color: rgb(128,20,135); }
H1.HeaderClassName
{
color: #801487;
}
.AnyTagClassName
{
color: #801487;
}
</style>
background-color css
<style>
a { background-color: #801487; }
a { background-color: rgb(128,20,135); }
div.DivClassName
{
background-color: #801487;
}
.BgClassName
{
background-color: #801487;
}
</style>
border-color css
<style>
span { border-color: #801487; }
span { border-color: rgb(128,20,135); }
td.TdClassName
{
border-color: #801487;
}
.TagClassName
{
border-color: #801487;
}
</style>