Shades of Dark Purple #871776
Tints of Dark Purple #871776
RGB
CMYK
RGB Variations
Color information
#871776 (or 0x871776) is known color: Dark Purple. HEX triplet: 87, 17 and 76. RGB value is (135,23,118). Sum of RGB (Red+Green+Blue) = 135+23+118=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #871776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871776 is #78E889. Grayscale: #434343. Windows color (decimal): -7923850 or 7739271. OLE color: 7739271.
HSL color Cylindrical-coordinate representation of color #871776: hue angle of 309.11º 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 #871776 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 118 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.47 |
| HSL | 309.11º | 0.71% | 0.31% | - |
| HSV(B) | 309.11º | 0.83% | 0.53% | - |
| XYZ | 13.57 | 7.07 | 17.79 | - |
| YUV | 67.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 118 | 0 | 0.83 | 0.13 | 0.47 | 309.11 | 0.71 | 0.31 |
| Hex | 87 | 17 | 76 | 0 | 53 | D | 2F | 135 | 47 | 1F |
| Octal | 207 | 27 | 166 | 0 | 123 | 15 | 57 | 465 | 107 | 37 |
| Binary | 10000111 | 10111 | 1110110 | 0 | 1010011 | 1101 | 101111 | 100110101 | 1000111 | 11111 |
Color Harmonies of #871776
Complementary color
Monochromatic Colors of #871776
Black with #871776
Text Example
Text Example
White with #871776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871776; }
p { color: rgb(135,23,118); }
H1.HeaderClassName
{
color: #871776;
}
.AnyTagClassName
{
color: #871776;
}
</style>
background-color css
<style>
a { background-color: #871776; }
a { background-color: rgb(135,23,118); }
div.DivClassName
{
background-color: #871776;
}
.BgClassName
{
background-color: #871776;
}
</style>
border-color css
<style>
span { border-color: #871776; }
span { border-color: rgb(135,23,118); }
td.TdClassName
{
border-color: #871776;
}
.TagClassName
{
border-color: #871776;
}
</style>