Shades of Purple #87017C
Tints of Purple #87017C
RGB
CMYK
RGB Variations
Color information
#87017C (or 0x87017C) is known color: Purple. HEX triplet: 87, 01 and 7C. RGB value is (135,1,124). Sum of RGB (Red+Green+Blue) = 135+1+124=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87017C is #78FE83. Grayscale: #363636. Windows color (decimal): -7929476 or 8126855. OLE color: 8126855.
HSL color Cylindrical-coordinate representation of color #87017C: hue angle of 304.93º 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 #87017C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.47 |
| HSL | 304.93º | 0.99% | 0.27% | - |
| HSV(B) | 304.93º | 0.99% | 0.53% | - |
| XYZ | 13.64 | 6.63 | 19.63 | - |
| YUV | 55.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 124 | 0 | 0.99 | 0.08 | 0.47 | 304.93 | 0.99 | 0.27 |
| Hex | 87 | 1 | 7C | 0 | 63 | 8 | 2F | 131 | 63 | 1B |
| Octal | 207 | 1 | 174 | 0 | 143 | 10 | 57 | 461 | 143 | 33 |
| Binary | 10000111 | 1 | 1111100 | 0 | 1100011 | 1000 | 101111 | 100110001 | 1100011 | 11011 |
Color Harmonies of #87017C
Complementary color
Monochromatic Colors of #87017C
Black with #87017C
Text Example
Text Example
White with #87017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87017C; }
p { color: rgb(135,1,124); }
H1.HeaderClassName
{
color: #87017C;
}
.AnyTagClassName
{
color: #87017C;
}
</style>
background-color css
<style>
a { background-color: #87017C; }
a { background-color: rgb(135,1,124); }
div.DivClassName
{
background-color: #87017C;
}
.BgClassName
{
background-color: #87017C;
}
</style>
border-color css
<style>
span { border-color: #87017C; }
span { border-color: rgb(135,1,124); }
td.TdClassName
{
border-color: #87017C;
}
.TagClassName
{
border-color: #87017C;
}
</style>