Shades of Dark Purple #871573
Tints of Dark Purple #871573
RGB
CMYK
RGB Variations
Color information
#871573 (or 0x871573) is known color: Dark Purple. HEX triplet: 87, 15 and 73. RGB value is (135,21,115). Sum of RGB (Red+Green+Blue) = 135+21+115=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #871573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871573 is #78EA8C. Grayscale: #414141. Windows color (decimal): -7924365 or 7542151. OLE color: 7542151.
HSL color Cylindrical-coordinate representation of color #871573: hue angle of 310.53º 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 #871573 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 115 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.47 |
| HSL | 310.53º | 0.73% | 0.31% | - |
| HSV(B) | 310.53º | 0.84% | 0.53% | - |
| XYZ | 13.35 | 6.93 | 16.85 | - |
| YUV | 65.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 115 | 0 | 0.84 | 0.15 | 0.47 | 310.53 | 0.73 | 0.31 |
| Hex | 87 | 15 | 73 | 0 | 54 | F | 2F | 137 | 49 | 1F |
| Octal | 207 | 25 | 163 | 0 | 124 | 17 | 57 | 467 | 111 | 37 |
| Binary | 10000111 | 10101 | 1110011 | 0 | 1010100 | 1111 | 101111 | 100110111 | 1001001 | 11111 |
Color Harmonies of #871573
Complementary color
Monochromatic Colors of #871573
Black with #871573
Text Example
Text Example
White with #871573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871573; }
p { color: rgb(135,21,115); }
H1.HeaderClassName
{
color: #871573;
}
.AnyTagClassName
{
color: #871573;
}
</style>
background-color css
<style>
a { background-color: #871573; }
a { background-color: rgb(135,21,115); }
div.DivClassName
{
background-color: #871573;
}
.BgClassName
{
background-color: #871573;
}
</style>
border-color css
<style>
span { border-color: #871573; }
span { border-color: rgb(135,21,115); }
td.TdClassName
{
border-color: #871573;
}
.TagClassName
{
border-color: #871573;
}
</style>