Shades of Dark Purple #87177A
Tints of Dark Purple #87177A
RGB
CMYK
RGB Variations
Color information
#87177A (or 0x87177A) is known color: Dark Purple. HEX triplet: 87, 17 and 7A. RGB value is (135,23,122). Sum of RGB (Red+Green+Blue) = 135+23+122=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87177A is #78E885. Grayscale: #434343. Windows color (decimal): -7923846 or 8001415. OLE color: 8001415.
HSL color Cylindrical-coordinate representation of color #87177A: hue angle of 306.96º 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 #87177A is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 122 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.47 |
| HSL | 306.96º | 0.71% | 0.31% | - |
| HSV(B) | 306.96º | 0.83% | 0.53% | - |
| XYZ | 13.81 | 7.17 | 19.07 | - |
| YUV | 67.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 122 | 0 | 0.83 | 0.10 | 0.47 | 306.96 | 0.71 | 0.31 |
| Hex | 87 | 17 | 7A | 0 | 53 | A | 2F | 133 | 47 | 1F |
| Octal | 207 | 27 | 172 | 0 | 123 | 12 | 57 | 463 | 107 | 37 |
| Binary | 10000111 | 10111 | 1111010 | 0 | 1010011 | 1010 | 101111 | 100110011 | 1000111 | 11111 |
Color Harmonies of #87177A
Complementary color
Monochromatic Colors of #87177A
Black with #87177A
Text Example
Text Example
White with #87177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87177A; }
p { color: rgb(135,23,122); }
H1.HeaderClassName
{
color: #87177A;
}
.AnyTagClassName
{
color: #87177A;
}
</style>
background-color css
<style>
a { background-color: #87177A; }
a { background-color: rgb(135,23,122); }
div.DivClassName
{
background-color: #87177A;
}
.BgClassName
{
background-color: #87177A;
}
</style>
border-color css
<style>
span { border-color: #87177A; }
span { border-color: rgb(135,23,122); }
td.TdClassName
{
border-color: #87177A;
}
.TagClassName
{
border-color: #87177A;
}
</style>