Shades of Dark Purple #87117C
Tints of Dark Purple #87117C
RGB
CMYK
RGB Variations
Color information
#87117C (or 0x87117C) is known color: Dark Purple. HEX triplet: 87, 11 and 7C. RGB value is (135,17,124). Sum of RGB (Red+Green+Blue) = 135+17+124=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87117C is #78EE83. Grayscale: #404040. Windows color (decimal): -7925380 or 8130951. OLE color: 8130951.
HSL color Cylindrical-coordinate representation of color #87117C: hue angle of 305.59º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87117C is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 124 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.47 |
| HSL | 305.59º | 0.78% | 0.3% | - |
| HSV(B) | 305.59º | 0.87% | 0.53% | - |
| XYZ | 13.83 | 7.01 | 19.69 | - |
| YUV | 64.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 124 | 0 | 0.87 | 0.08 | 0.47 | 305.59 | 0.78 | 0.3 |
| Hex | 87 | 11 | 7C | 0 | 57 | 8 | 2F | 132 | 4E | 1E |
| Octal | 207 | 21 | 174 | 0 | 127 | 10 | 57 | 462 | 116 | 36 |
| Binary | 10000111 | 10001 | 1111100 | 0 | 1010111 | 1000 | 101111 | 100110010 | 1001110 | 11110 |
Color Harmonies of #87117C
Complementary color
Monochromatic Colors of #87117C
Black with #87117C
Text Example
Text Example
White with #87117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87117C; }
p { color: rgb(135,17,124); }
H1.HeaderClassName
{
color: #87117C;
}
.AnyTagClassName
{
color: #87117C;
}
</style>
background-color css
<style>
a { background-color: #87117C; }
a { background-color: rgb(135,17,124); }
div.DivClassName
{
background-color: #87117C;
}
.BgClassName
{
background-color: #87117C;
}
</style>
border-color css
<style>
span { border-color: #87117C; }
span { border-color: rgb(135,17,124); }
td.TdClassName
{
border-color: #87117C;
}
.TagClassName
{
border-color: #87117C;
}
</style>