Shades of Dark Purple #871682
Tints of Dark Purple #871682
RGB
CMYK
RGB Variations
Color information
#871682 (or 0x871682) is known color: Dark Purple. HEX triplet: 87, 16 and 82. RGB value is (135,22,130). Sum of RGB (Red+Green+Blue) = 135+22+130=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871682 is #78E97D. Grayscale: #434343. Windows color (decimal): -7924094 or 8525447. OLE color: 8525447.
HSL color Cylindrical-coordinate representation of color #871682: hue angle of 302.65º 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 #871682 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 130 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.47 |
| HSL | 302.65º | 0.72% | 0.31% | - |
| HSV(B) | 302.65º | 0.84% | 0.53% | - |
| XYZ | 14.31 | 7.34 | 21.78 | - |
| YUV | 68.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 130 | 0 | 0.84 | 0.04 | 0.47 | 302.65 | 0.72 | 0.31 |
| Hex | 87 | 16 | 82 | 0 | 54 | 4 | 2F | 12F | 48 | 1F |
| Octal | 207 | 26 | 202 | 0 | 124 | 4 | 57 | 457 | 110 | 37 |
| Binary | 10000111 | 10110 | 10000010 | 0 | 1010100 | 100 | 101111 | 100101111 | 1001000 | 11111 |
Color Harmonies of #871682
Complementary color
Monochromatic Colors of #871682
Black with #871682
Text Example
Text Example
White with #871682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871682; }
p { color: rgb(135,22,130); }
H1.HeaderClassName
{
color: #871682;
}
.AnyTagClassName
{
color: #871682;
}
</style>
background-color css
<style>
a { background-color: #871682; }
a { background-color: rgb(135,22,130); }
div.DivClassName
{
background-color: #871682;
}
.BgClassName
{
background-color: #871682;
}
</style>
border-color css
<style>
span { border-color: #871682; }
span { border-color: rgb(135,22,130); }
td.TdClassName
{
border-color: #871682;
}
.TagClassName
{
border-color: #871682;
}
</style>