Shades of Dark Purple #871472
Tints of Dark Purple #871472
RGB
CMYK
RGB Variations
Color information
#871472 (or 0x871472) is known color: Dark Purple. HEX triplet: 87, 14 and 72. RGB value is (135,20,114). Sum of RGB (Red+Green+Blue) = 135+20+114=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #871472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871472 is #78EB8D. Grayscale: #404040. Windows color (decimal): -7924622 or 7476359. OLE color: 7476359.
HSL color Cylindrical-coordinate representation of color #871472: hue angle of 310.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871472 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 114 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.47 |
| HSL | 310.96º | 0.74% | 0.3% | - |
| HSV(B) | 310.96º | 0.85% | 0.53% | - |
| XYZ | 13.28 | 6.87 | 16.54 | - |
| YUV | 65.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 114 | 0 | 0.85 | 0.16 | 0.47 | 310.96 | 0.74 | 0.3 |
| Hex | 87 | 14 | 72 | 0 | 55 | 10 | 2F | 137 | 4A | 1E |
| Octal | 207 | 24 | 162 | 0 | 125 | 20 | 57 | 467 | 112 | 36 |
| Binary | 10000111 | 10100 | 1110010 | 0 | 1010101 | 10000 | 101111 | 100110111 | 1001010 | 11110 |
Color Harmonies of #871472
Complementary color
Monochromatic Colors of #871472
Black with #871472
Text Example
Text Example
White with #871472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871472; }
p { color: rgb(135,20,114); }
H1.HeaderClassName
{
color: #871472;
}
.AnyTagClassName
{
color: #871472;
}
</style>
background-color css
<style>
a { background-color: #871472; }
a { background-color: rgb(135,20,114); }
div.DivClassName
{
background-color: #871472;
}
.BgClassName
{
background-color: #871472;
}
</style>
border-color css
<style>
span { border-color: #871472; }
span { border-color: rgb(135,20,114); }
td.TdClassName
{
border-color: #871472;
}
.TagClassName
{
border-color: #871472;
}
</style>