Shades of Purple #870180
Tints of Purple #870180
RGB
CMYK
RGB Variations
Color information
#870180 (or 0x870180) is known color: Purple. HEX triplet: 87, 01 and 80. RGB value is (135,1,128). Sum of RGB (Red+Green+Blue) = 135+1+128=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #870180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870180 is #78FE7F. Grayscale: #373737. Windows color (decimal): -7929472 or 8388999. OLE color: 8388999.
HSL color Cylindrical-coordinate representation of color #870180: hue angle of 303.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870180 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.47 |
| HSL | 303.13º | 0.99% | 0.27% | - |
| HSV(B) | 303.13º | 0.99% | 0.53% | - |
| XYZ | 13.9 | 6.73 | 20.99 | - |
| YUV | 55.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 128 | 0 | 0.99 | 0.05 | 0.47 | 303.13 | 0.99 | 0.27 |
| Hex | 87 | 1 | 80 | 0 | 63 | 5 | 2F | 12F | 63 | 1B |
| Octal | 207 | 1 | 200 | 0 | 143 | 5 | 57 | 457 | 143 | 33 |
| Binary | 10000111 | 1 | 10000000 | 0 | 1100011 | 101 | 101111 | 100101111 | 1100011 | 11011 |
Color Harmonies of #870180
Complementary color
Monochromatic Colors of #870180
Black with #870180
Text Example
Text Example
White with #870180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870180; }
p { color: rgb(135,1,128); }
H1.HeaderClassName
{
color: #870180;
}
.AnyTagClassName
{
color: #870180;
}
</style>
background-color css
<style>
a { background-color: #870180; }
a { background-color: rgb(135,1,128); }
div.DivClassName
{
background-color: #870180;
}
.BgClassName
{
background-color: #870180;
}
</style>
border-color css
<style>
span { border-color: #870180; }
span { border-color: rgb(135,1,128); }
td.TdClassName
{
border-color: #870180;
}
.TagClassName
{
border-color: #870180;
}
</style>