Shades of Dark Purple #871582
Tints of Dark Purple #871582
RGB
CMYK
RGB Variations
Color information
#871582 (or 0x871582) is known color: Dark Purple. HEX triplet: 87, 15 and 82. RGB value is (135,21,130). Sum of RGB (Red+Green+Blue) = 135+21+130=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #871582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871582 is #78EA7D. Grayscale: #434343. Windows color (decimal): -7924350 or 8525191. OLE color: 8525191.
HSL color Cylindrical-coordinate representation of color #871582: hue angle of 302.63º degrees, saturation: 0.73, 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 #871582 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 130 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.47 |
| HSL | 302.63º | 0.73% | 0.31% | - |
| HSV(B) | 302.63º | 0.84% | 0.53% | - |
| XYZ | 14.29 | 7.3 | 21.77 | - |
| YUV | 67.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 130 | 0 | 0.84 | 0.04 | 0.47 | 302.63 | 0.73 | 0.31 |
| Hex | 87 | 15 | 82 | 0 | 54 | 4 | 2F | 12F | 49 | 1F |
| Octal | 207 | 25 | 202 | 0 | 124 | 4 | 57 | 457 | 111 | 37 |
| Binary | 10000111 | 10101 | 10000010 | 0 | 1010100 | 100 | 101111 | 100101111 | 1001001 | 11111 |
Color Harmonies of #871582
Complementary color
Monochromatic Colors of #871582
Black with #871582
Text Example
Text Example
White with #871582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871582; }
p { color: rgb(135,21,130); }
H1.HeaderClassName
{
color: #871582;
}
.AnyTagClassName
{
color: #871582;
}
</style>
background-color css
<style>
a { background-color: #871582; }
a { background-color: rgb(135,21,130); }
div.DivClassName
{
background-color: #871582;
}
.BgClassName
{
background-color: #871582;
}
</style>
border-color css
<style>
span { border-color: #871582; }
span { border-color: rgb(135,21,130); }
td.TdClassName
{
border-color: #871582;
}
.TagClassName
{
border-color: #871582;
}
</style>