Shades of Dark Purple #87176C
Tints of Dark Purple #87176C
RGB
CMYK
RGB Variations
Color information
#87176C (or 0x87176C) is known color: Dark Purple. HEX triplet: 87, 17 and 6C. RGB value is (135,23,108). Sum of RGB (Red+Green+Blue) = 135+23+108=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87176C is #78E893. Grayscale: #414141. Windows color (decimal): -7923860 or 7083911. OLE color: 7083911.
HSL color Cylindrical-coordinate representation of color #87176C: hue angle of 314.46º 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 #87176C is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 108 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.47 |
| HSL | 314.46º | 0.71% | 0.31% | - |
| HSV(B) | 314.46º | 0.83% | 0.53% | - |
| XYZ | 13 | 6.85 | 14.82 | - |
| YUV | 66.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 108 | 0 | 0.83 | 0.2 | 0.47 | 314.46 | 0.71 | 0.31 |
| Hex | 87 | 17 | 6C | 0 | 53 | 14 | 2F | 13A | 47 | 1F |
| Octal | 207 | 27 | 154 | 0 | 123 | 24 | 57 | 472 | 107 | 37 |
| Binary | 10000111 | 10111 | 1101100 | 0 | 1010011 | 10100 | 101111 | 100111010 | 1000111 | 11111 |
Color Harmonies of #87176C
Complementary color
Monochromatic Colors of #87176C
Black with #87176C
Text Example
Text Example
White with #87176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87176C; }
p { color: rgb(135,23,108); }
H1.HeaderClassName
{
color: #87176C;
}
.AnyTagClassName
{
color: #87176C;
}
</style>
background-color css
<style>
a { background-color: #87176C; }
a { background-color: rgb(135,23,108); }
div.DivClassName
{
background-color: #87176C;
}
.BgClassName
{
background-color: #87176C;
}
</style>
border-color css
<style>
span { border-color: #87176C; }
span { border-color: rgb(135,23,108); }
td.TdClassName
{
border-color: #87176C;
}
.TagClassName
{
border-color: #87176C;
}
</style>