Shades of Dark Purple #871565
Tints of Dark Purple #871565
RGB
CMYK
RGB Variations
Color information
#871565 (or 0x871565) is known color: Dark Purple. HEX triplet: 87, 15 and 65. RGB value is (135,21,101). Sum of RGB (Red+Green+Blue) = 135+21+101=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #871565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871565 is #78EA9A. Grayscale: #404040. Windows color (decimal): -7924379 or 6624647. OLE color: 6624647.
HSL color Cylindrical-coordinate representation of color #871565: hue angle of 317.89º 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 #871565 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 101 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.47 |
| HSL | 317.89º | 0.73% | 0.31% | - |
| HSV(B) | 317.89º | 0.84% | 0.53% | - |
| XYZ | 12.61 | 6.63 | 12.93 | - |
| YUV | 64.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 101 | 0 | 0.84 | 0.25 | 0.47 | 317.89 | 0.73 | 0.31 |
| Hex | 87 | 15 | 65 | 0 | 54 | 19 | 2F | 13E | 49 | 1F |
| Octal | 207 | 25 | 145 | 0 | 124 | 31 | 57 | 476 | 111 | 37 |
| Binary | 10000111 | 10101 | 1100101 | 0 | 1010100 | 11001 | 101111 | 100111110 | 1001001 | 11111 |
Color Harmonies of #871565
Complementary color
Monochromatic Colors of #871565
Black with #871565
Text Example
Text Example
White with #871565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871565; }
p { color: rgb(135,21,101); }
H1.HeaderClassName
{
color: #871565;
}
.AnyTagClassName
{
color: #871565;
}
</style>
background-color css
<style>
a { background-color: #871565; }
a { background-color: rgb(135,21,101); }
div.DivClassName
{
background-color: #871565;
}
.BgClassName
{
background-color: #871565;
}
</style>
border-color css
<style>
span { border-color: #871565; }
span { border-color: rgb(135,21,101); }
td.TdClassName
{
border-color: #871565;
}
.TagClassName
{
border-color: #871565;
}
</style>