Shades of Dark Purple #871680
Tints of Dark Purple #871680
RGB
CMYK
RGB Variations
Color information
#871680 (or 0x871680) is known color: Dark Purple. HEX triplet: 87, 16 and 80. RGB value is (135,22,128). Sum of RGB (Red+Green+Blue) = 135+22+128=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871680 is #78E97F. Grayscale: #434343. Windows color (decimal): -7924096 or 8394375. OLE color: 8394375.
HSL color Cylindrical-coordinate representation of color #871680: hue angle of 303.72º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871680 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 128 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.47 |
| HSL | 303.72º | 0.72% | 0.31% | - |
| HSV(B) | 303.72º | 0.84% | 0.53% | - |
| XYZ | 14.17 | 7.28 | 21.08 | - |
| YUV | 67.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 128 | 0 | 0.84 | 0.05 | 0.47 | 303.72 | 0.72 | 0.31 |
| Hex | 87 | 16 | 80 | 0 | 54 | 5 | 2F | 130 | 48 | 1F |
| Octal | 207 | 26 | 200 | 0 | 124 | 5 | 57 | 460 | 110 | 37 |
| Binary | 10000111 | 10110 | 10000000 | 0 | 1010100 | 101 | 101111 | 100110000 | 1001000 | 11111 |
Color Harmonies of #871680
Complementary color
Monochromatic Colors of #871680
Black with #871680
Text Example
Text Example
White with #871680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871680; }
p { color: rgb(135,22,128); }
H1.HeaderClassName
{
color: #871680;
}
.AnyTagClassName
{
color: #871680;
}
</style>
background-color css
<style>
a { background-color: #871680; }
a { background-color: rgb(135,22,128); }
div.DivClassName
{
background-color: #871680;
}
.BgClassName
{
background-color: #871680;
}
</style>
border-color css
<style>
span { border-color: #871680; }
span { border-color: rgb(135,22,128); }
td.TdClassName
{
border-color: #871680;
}
.TagClassName
{
border-color: #871680;
}
</style>