Shades of Dark Purple #87177D
Tints of Dark Purple #87177D
RGB
CMYK
RGB Variations
Color information
#87177D (or 0x87177D) is known color: Dark Purple. HEX triplet: 87, 17 and 7D. RGB value is (135,23,125). Sum of RGB (Red+Green+Blue) = 135+23+125=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87177D is #78E882. Grayscale: #434343. Windows color (decimal): -7923843 or 8198023. OLE color: 8198023.
HSL color Cylindrical-coordinate representation of color #87177D: hue angle of 305.36º 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 #87177D is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 125 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.47 |
| HSL | 305.36º | 0.71% | 0.31% | - |
| HSV(B) | 305.36º | 0.83% | 0.53% | - |
| XYZ | 14 | 7.24 | 20.06 | - |
| YUV | 68.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 125 | 0 | 0.83 | 0.07 | 0.47 | 305.36 | 0.71 | 0.31 |
| Hex | 87 | 17 | 7D | 0 | 53 | 7 | 2F | 131 | 47 | 1F |
| Octal | 207 | 27 | 175 | 0 | 123 | 7 | 57 | 461 | 107 | 37 |
| Binary | 10000111 | 10111 | 1111101 | 0 | 1010011 | 111 | 101111 | 100110001 | 1000111 | 11111 |
Color Harmonies of #87177D
Complementary color
Monochromatic Colors of #87177D
Black with #87177D
Text Example
Text Example
White with #87177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87177D; }
p { color: rgb(135,23,125); }
H1.HeaderClassName
{
color: #87177D;
}
.AnyTagClassName
{
color: #87177D;
}
</style>
background-color css
<style>
a { background-color: #87177D; }
a { background-color: rgb(135,23,125); }
div.DivClassName
{
background-color: #87177D;
}
.BgClassName
{
background-color: #87177D;
}
</style>
border-color css
<style>
span { border-color: #87177D; }
span { border-color: rgb(135,23,125); }
td.TdClassName
{
border-color: #87177D;
}
.TagClassName
{
border-color: #87177D;
}
</style>