Shades of Dark Purple #871972
Tints of Dark Purple #871972
RGB
CMYK
RGB Variations
Color information
#871972 (or 0x871972) is known color: Dark Purple. HEX triplet: 87, 19 and 72. RGB value is (135,25,114). Sum of RGB (Red+Green+Blue) = 135+25+114=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #871972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871972 is #78E68D. Grayscale: #434343. Windows color (decimal): -7923342 or 7477639. OLE color: 7477639.
HSL color Cylindrical-coordinate representation of color #871972: hue angle of 311.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871972 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 114 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.47 |
| HSL | 311.45º | 0.69% | 0.31% | - |
| HSV(B) | 311.45º | 0.81% | 0.53% | - |
| XYZ | 13.38 | 7.06 | 16.58 | - |
| YUV | 68.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 114 | 0 | 0.81 | 0.16 | 0.47 | 311.45 | 0.69 | 0.31 |
| Hex | 87 | 19 | 72 | 0 | 51 | 10 | 2F | 137 | 45 | 1F |
| Octal | 207 | 31 | 162 | 0 | 121 | 20 | 57 | 467 | 105 | 37 |
| Binary | 10000111 | 11001 | 1110010 | 0 | 1010001 | 10000 | 101111 | 100110111 | 1000101 | 11111 |
Color Harmonies of #871972
Complementary color
Monochromatic Colors of #871972
Black with #871972
Text Example
Text Example
White with #871972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871972; }
p { color: rgb(135,25,114); }
H1.HeaderClassName
{
color: #871972;
}
.AnyTagClassName
{
color: #871972;
}
</style>
background-color css
<style>
a { background-color: #871972; }
a { background-color: rgb(135,25,114); }
div.DivClassName
{
background-color: #871972;
}
.BgClassName
{
background-color: #871972;
}
</style>
border-color css
<style>
span { border-color: #871972; }
span { border-color: rgb(135,25,114); }
td.TdClassName
{
border-color: #871972;
}
.TagClassName
{
border-color: #871972;
}
</style>