Shades of Purple #870080
Tints of Purple #870080
RGB
CMYK
RGB Variations
Color information
#870080 (or 0x870080) is known color: Purple. HEX triplet: 87, 00 and 80. RGB value is (135,0,128). Sum of RGB (Red+Green+Blue) = 135+0+128=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #870080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870080 is #78FF7F. Grayscale: #363636. Windows color (decimal): -7929728 or 8388743. OLE color: 8388743.
HSL color Cylindrical-coordinate representation of color #870080: hue angle of 303.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870080 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.05 | 0.47 |
| HSL | 303.11º | 1% | 0.26% | - |
| HSV(B) | 303.11º | 1% | 0.53% | - |
| XYZ | 13.89 | 6.71 | 20.99 | - |
| YUV | 54.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 128 | 0 | 1 | 0.05 | 0.47 | 303.11 | 1 | 0.26 |
| Hex | 87 | 0 | 80 | 0 | 64 | 5 | 2F | 12F | 64 | 1A |
| Octal | 207 | 0 | 200 | 0 | 144 | 5 | 57 | 457 | 144 | 32 |
| Binary | 10000111 | 0 | 10000000 | 0 | 1100100 | 101 | 101111 | 100101111 | 1100100 | 11010 |
Color Harmonies of #870080
Complementary color
Monochromatic Colors of #870080
Black with #870080
Text Example
Text Example
White with #870080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870080; }
p { color: rgb(135,0,128); }
H1.HeaderClassName
{
color: #870080;
}
.AnyTagClassName
{
color: #870080;
}
</style>
background-color css
<style>
a { background-color: #870080; }
a { background-color: rgb(135,0,128); }
div.DivClassName
{
background-color: #870080;
}
.BgClassName
{
background-color: #870080;
}
</style>
border-color css
<style>
span { border-color: #870080; }
span { border-color: rgb(135,0,128); }
td.TdClassName
{
border-color: #870080;
}
.TagClassName
{
border-color: #870080;
}
</style>