Shades of Dark Purple #871572
Tints of Dark Purple #871572
RGB
CMYK
RGB Variations
Color information
#871572 (or 0x871572) is known color: Dark Purple. HEX triplet: 87, 15 and 72. RGB value is (135,21,114). Sum of RGB (Red+Green+Blue) = 135+21+114=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #871572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871572 is #78EA8D. Grayscale: #414141. Windows color (decimal): -7924366 or 7476615. OLE color: 7476615.
HSL color Cylindrical-coordinate representation of color #871572: hue angle of 311.05º 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 #871572 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 114 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.47 |
| HSL | 311.05º | 0.73% | 0.31% | - |
| HSV(B) | 311.05º | 0.84% | 0.53% | - |
| XYZ | 13.3 | 6.9 | 16.55 | - |
| YUV | 65.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 114 | 0 | 0.84 | 0.16 | 0.47 | 311.05 | 0.73 | 0.31 |
| Hex | 87 | 15 | 72 | 0 | 54 | 10 | 2F | 137 | 49 | 1F |
| Octal | 207 | 25 | 162 | 0 | 124 | 20 | 57 | 467 | 111 | 37 |
| Binary | 10000111 | 10101 | 1110010 | 0 | 1010100 | 10000 | 101111 | 100110111 | 1001001 | 11111 |
Color Harmonies of #871572
Complementary color
Monochromatic Colors of #871572
Black with #871572
Text Example
Text Example
White with #871572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871572; }
p { color: rgb(135,21,114); }
H1.HeaderClassName
{
color: #871572;
}
.AnyTagClassName
{
color: #871572;
}
</style>
background-color css
<style>
a { background-color: #871572; }
a { background-color: rgb(135,21,114); }
div.DivClassName
{
background-color: #871572;
}
.BgClassName
{
background-color: #871572;
}
</style>
border-color css
<style>
span { border-color: #871572; }
span { border-color: rgb(135,21,114); }
td.TdClassName
{
border-color: #871572;
}
.TagClassName
{
border-color: #871572;
}
</style>