Shades of Purple #87017D
Tints of Purple #87017D
RGB
CMYK
RGB Variations
Color information
#87017D (or 0x87017D) is known color: Purple. HEX triplet: 87, 01 and 7D. RGB value is (135,1,125). Sum of RGB (Red+Green+Blue) = 135+1+125=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87017D is #78FE82. Grayscale: #363636. Windows color (decimal): -7929475 or 8192391. OLE color: 8192391.
HSL color Cylindrical-coordinate representation of color #87017D: hue angle of 304.48º 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 #87017D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.47 |
| HSL | 304.48º | 0.99% | 0.27% | - |
| HSV(B) | 304.48º | 0.99% | 0.53% | - |
| XYZ | 13.7 | 6.65 | 19.96 | - |
| YUV | 55.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 125 | 0 | 0.99 | 0.07 | 0.47 | 304.48 | 0.99 | 0.27 |
| Hex | 87 | 1 | 7D | 0 | 63 | 7 | 2F | 130 | 63 | 1B |
| Octal | 207 | 1 | 175 | 0 | 143 | 7 | 57 | 460 | 143 | 33 |
| Binary | 10000111 | 1 | 1111101 | 0 | 1100011 | 111 | 101111 | 100110000 | 1100011 | 11011 |
Color Harmonies of #87017D
Complementary color
Monochromatic Colors of #87017D
Black with #87017D
Text Example
Text Example
White with #87017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87017D; }
p { color: rgb(135,1,125); }
H1.HeaderClassName
{
color: #87017D;
}
.AnyTagClassName
{
color: #87017D;
}
</style>
background-color css
<style>
a { background-color: #87017D; }
a { background-color: rgb(135,1,125); }
div.DivClassName
{
background-color: #87017D;
}
.BgClassName
{
background-color: #87017D;
}
</style>
border-color css
<style>
span { border-color: #87017D; }
span { border-color: rgb(135,1,125); }
td.TdClassName
{
border-color: #87017D;
}
.TagClassName
{
border-color: #87017D;
}
</style>