Shades of Dark Purple #871373
Tints of Dark Purple #871373
RGB
CMYK
RGB Variations
Color information
#871373 (or 0x871373) is known color: Dark Purple. HEX triplet: 87, 13 and 73. RGB value is (135,19,115). Sum of RGB (Red+Green+Blue) = 135+19+115=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #871373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871373 is #78EC8C. Grayscale: #404040. Windows color (decimal): -7924877 or 7541639. OLE color: 7541639.
HSL color Cylindrical-coordinate representation of color #871373: hue angle of 310.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871373 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 115 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.47 |
| HSL | 310.34º | 0.75% | 0.3% | - |
| HSV(B) | 310.34º | 0.86% | 0.53% | - |
| XYZ | 13.32 | 6.85 | 16.84 | - |
| YUV | 64.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 115 | 0 | 0.86 | 0.15 | 0.47 | 310.34 | 0.75 | 0.3 |
| Hex | 87 | 13 | 73 | 0 | 56 | F | 2F | 136 | 4B | 1E |
| Octal | 207 | 23 | 163 | 0 | 126 | 17 | 57 | 466 | 113 | 36 |
| Binary | 10000111 | 10011 | 1110011 | 0 | 1010110 | 1111 | 101111 | 100110110 | 1001011 | 11110 |
Color Harmonies of #871373
Complementary color
Monochromatic Colors of #871373
Black with #871373
Text Example
Text Example
White with #871373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871373; }
p { color: rgb(135,19,115); }
H1.HeaderClassName
{
color: #871373;
}
.AnyTagClassName
{
color: #871373;
}
</style>
background-color css
<style>
a { background-color: #871373; }
a { background-color: rgb(135,19,115); }
div.DivClassName
{
background-color: #871373;
}
.BgClassName
{
background-color: #871373;
}
</style>
border-color css
<style>
span { border-color: #871373; }
span { border-color: rgb(135,19,115); }
td.TdClassName
{
border-color: #871373;
}
.TagClassName
{
border-color: #871373;
}
</style>