Shades of Dark Purple #87177C
Tints of Dark Purple #87177C
RGB
CMYK
RGB Variations
Color information
#87177C (or 0x87177C) is known color: Dark Purple. HEX triplet: 87, 17 and 7C. RGB value is (135,23,124). Sum of RGB (Red+Green+Blue) = 135+23+124=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87177C is #78E883. Grayscale: #434343. Windows color (decimal): -7923844 or 8132487. OLE color: 8132487.
HSL color Cylindrical-coordinate representation of color #87177C: hue angle of 305.89º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87177C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 124 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.47 |
| HSL | 305.89º | 0.71% | 0.31% | - |
| HSV(B) | 305.89º | 0.83% | 0.53% | - |
| XYZ | 13.94 | 7.22 | 19.73 | - |
| YUV | 68 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 124 | 0 | 0.83 | 0.08 | 0.47 | 305.89 | 0.71 | 0.31 |
| Hex | 87 | 17 | 7C | 0 | 53 | 8 | 2F | 132 | 47 | 1F |
| Octal | 207 | 27 | 174 | 0 | 123 | 10 | 57 | 462 | 107 | 37 |
| Binary | 10000111 | 10111 | 1111100 | 0 | 1010011 | 1000 | 101111 | 100110010 | 1000111 | 11111 |
Color Harmonies of #87177C
Complementary color
Monochromatic Colors of #87177C
Black with #87177C
Text Example
Text Example
White with #87177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87177C; }
p { color: rgb(135,23,124); }
H1.HeaderClassName
{
color: #87177C;
}
.AnyTagClassName
{
color: #87177C;
}
</style>
background-color css
<style>
a { background-color: #87177C; }
a { background-color: rgb(135,23,124); }
div.DivClassName
{
background-color: #87177C;
}
.BgClassName
{
background-color: #87177C;
}
</style>
border-color css
<style>
span { border-color: #87177C; }
span { border-color: rgb(135,23,124); }
td.TdClassName
{
border-color: #87177C;
}
.TagClassName
{
border-color: #87177C;
}
</style>