Shades of Dark Purple #871C87
Tints of Dark Purple #871C87
RGB
CMYK
RGB Variations
Color information
#871C87 (or 0x871C87) is known color: Dark Purple. HEX triplet: 87, 1C and 87. RGB value is (135,28,135). Sum of RGB (Red+Green+Blue) = 135+28+135=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871C87 is #78E378. Grayscale: #474747. Windows color (decimal): -7922553 or 8854663. OLE color: 8854663.
HSL color Cylindrical-coordinate representation of color #871C87: hue angle of 300º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871C87 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 135 | - |
| CMYK | 0 | 0.79 | 0 | 0.47 |
| HSL | 300º | 0.66% | 0.32% | - |
| HSV(B) | 300º | 0.79% | 0.53% | - |
| XYZ | 14.78 | 7.73 | 23.63 | - |
| YUV | 72.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 135 | 0 | 0.79 | 0 | 0.47 | 300 | 0.66 | 0.32 |
| Hex | 87 | 1C | 87 | 0 | 4F | 0 | 2F | 12C | 42 | 20 |
| Octal | 207 | 34 | 207 | 0 | 117 | 0 | 57 | 454 | 102 | 40 |
| Binary | 10000111 | 11100 | 10000111 | 0 | 1001111 | 0 | 101111 | 100101100 | 1000010 | 100000 |
Color Harmonies of #871C87
Complementary color
Monochromatic Colors of #871C87
Black with #871C87
Text Example
Text Example
White with #871C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C87; }
p { color: rgb(135,28,135); }
H1.HeaderClassName
{
color: #871C87;
}
.AnyTagClassName
{
color: #871C87;
}
</style>
background-color css
<style>
a { background-color: #871C87; }
a { background-color: rgb(135,28,135); }
div.DivClassName
{
background-color: #871C87;
}
.BgClassName
{
background-color: #871C87;
}
</style>
border-color css
<style>
span { border-color: #871C87; }
span { border-color: rgb(135,28,135); }
td.TdClassName
{
border-color: #871C87;
}
.TagClassName
{
border-color: #871C87;
}
</style>