Shades of Dark Purple #87177B
Tints of Dark Purple #87177B
RGB
CMYK
RGB Variations
Color information
#87177B (or 0x87177B) is known color: Dark Purple. HEX triplet: 87, 17 and 7B. RGB value is (135,23,123). Sum of RGB (Red+Green+Blue) = 135+23+123=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87177B is #78E884. Grayscale: #434343. Windows color (decimal): -7923845 or 8066951. OLE color: 8066951.
HSL color Cylindrical-coordinate representation of color #87177B: hue angle of 306.43º 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 #87177B is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 123 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.47 |
| HSL | 306.43º | 0.71% | 0.31% | - |
| HSV(B) | 306.43º | 0.83% | 0.53% | - |
| XYZ | 13.87 | 7.19 | 19.4 | - |
| YUV | 67.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 123 | 0 | 0.83 | 0.09 | 0.47 | 306.43 | 0.71 | 0.31 |
| Hex | 87 | 17 | 7B | 0 | 53 | 9 | 2F | 132 | 47 | 1F |
| Octal | 207 | 27 | 173 | 0 | 123 | 11 | 57 | 462 | 107 | 37 |
| Binary | 10000111 | 10111 | 1111011 | 0 | 1010011 | 1001 | 101111 | 100110010 | 1000111 | 11111 |
Color Harmonies of #87177B
Complementary color
Monochromatic Colors of #87177B
Black with #87177B
Text Example
Text Example
White with #87177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87177B; }
p { color: rgb(135,23,123); }
H1.HeaderClassName
{
color: #87177B;
}
.AnyTagClassName
{
color: #87177B;
}
</style>
background-color css
<style>
a { background-color: #87177B; }
a { background-color: rgb(135,23,123); }
div.DivClassName
{
background-color: #87177B;
}
.BgClassName
{
background-color: #87177B;
}
</style>
border-color css
<style>
span { border-color: #87177B; }
span { border-color: rgb(135,23,123); }
td.TdClassName
{
border-color: #87177B;
}
.TagClassName
{
border-color: #87177B;
}
</style>