Shades of Purple #870171
Tints of Purple #870171
RGB
CMYK
RGB Variations
Color information
#870171 (or 0x870171) is known color: Purple. HEX triplet: 87, 01 and 71. RGB value is (135,1,113). Sum of RGB (Red+Green+Blue) = 135+1+113=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870171 is #78FE8E. Grayscale: #353535. Windows color (decimal): -7929487 or 7405959. OLE color: 7405959.
HSL color Cylindrical-coordinate representation of color #870171: hue angle of 309.85º 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 #870171 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.47 |
| HSL | 309.85º | 0.99% | 0.27% | - |
| HSV(B) | 309.85º | 0.99% | 0.53% | - |
| XYZ | 12.98 | 6.36 | 16.17 | - |
| YUV | 53.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 113 | 0 | 0.99 | 0.16 | 0.47 | 309.85 | 0.99 | 0.27 |
| Hex | 87 | 1 | 71 | 0 | 63 | 10 | 2F | 136 | 63 | 1B |
| Octal | 207 | 1 | 161 | 0 | 143 | 20 | 57 | 466 | 143 | 33 |
| Binary | 10000111 | 1 | 1110001 | 0 | 1100011 | 10000 | 101111 | 100110110 | 1100011 | 11011 |
Color Harmonies of #870171
Complementary color
Monochromatic Colors of #870171
Black with #870171
Text Example
Text Example
White with #870171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870171; }
p { color: rgb(135,1,113); }
H1.HeaderClassName
{
color: #870171;
}
.AnyTagClassName
{
color: #870171;
}
</style>
background-color css
<style>
a { background-color: #870171; }
a { background-color: rgb(135,1,113); }
div.DivClassName
{
background-color: #870171;
}
.BgClassName
{
background-color: #870171;
}
</style>
border-color css
<style>
span { border-color: #870171; }
span { border-color: rgb(135,1,113); }
td.TdClassName
{
border-color: #870171;
}
.TagClassName
{
border-color: #870171;
}
</style>