Shades of Dark Purple #871672
Tints of Dark Purple #871672
RGB
CMYK
RGB Variations
Color information
#871672 (or 0x871672) is known color: Dark Purple. HEX triplet: 87, 16 and 72. RGB value is (135,22,114). Sum of RGB (Red+Green+Blue) = 135+22+114=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #871672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871672 is #78E98D. Grayscale: #424242. Windows color (decimal): -7924110 or 7476871. OLE color: 7476871.
HSL color Cylindrical-coordinate representation of color #871672: hue angle of 311.15º 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 #871672 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 114 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.47 |
| HSL | 311.15º | 0.72% | 0.31% | - |
| HSV(B) | 311.15º | 0.84% | 0.53% | - |
| XYZ | 13.32 | 6.94 | 16.56 | - |
| YUV | 66.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 114 | 0 | 0.84 | 0.16 | 0.47 | 311.15 | 0.72 | 0.31 |
| Hex | 87 | 16 | 72 | 0 | 54 | 10 | 2F | 137 | 48 | 1F |
| Octal | 207 | 26 | 162 | 0 | 124 | 20 | 57 | 467 | 110 | 37 |
| Binary | 10000111 | 10110 | 1110010 | 0 | 1010100 | 10000 | 101111 | 100110111 | 1001000 | 11111 |
Color Harmonies of #871672
Complementary color
Monochromatic Colors of #871672
Black with #871672
Text Example
Text Example
White with #871672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871672; }
p { color: rgb(135,22,114); }
H1.HeaderClassName
{
color: #871672;
}
.AnyTagClassName
{
color: #871672;
}
</style>
background-color css
<style>
a { background-color: #871672; }
a { background-color: rgb(135,22,114); }
div.DivClassName
{
background-color: #871672;
}
.BgClassName
{
background-color: #871672;
}
</style>
border-color css
<style>
span { border-color: #871672; }
span { border-color: rgb(135,22,114); }
td.TdClassName
{
border-color: #871672;
}
.TagClassName
{
border-color: #871672;
}
</style>