Shades of Dark Purple #873972
Tints of Dark Purple #873972
RGB
CMYK
RGB Variations
Color information
#873972 (or 0x873972) is known color: Dark Purple. HEX triplet: 87, 39 and 72. RGB value is (135,57,114). Sum of RGB (Red+Green+Blue) = 135+57+114=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #873972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873972 is #78C68D. Grayscale: #565656. Windows color (decimal): -7915150 or 7485831. OLE color: 7485831.
HSL color Cylindrical-coordinate representation of color #873972: hue angle of 316.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873972 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 57 | 114 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.47 |
| HSL | 316.15º | 0.41% | 0.38% | - |
| HSV(B) | 316.15º | 0.58% | 0.53% | - |
| XYZ | 14.49 | 9.29 | 16.95 | - |
| YUV | 86.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 114 | 0 | 0.58 | 0.16 | 0.47 | 316.15 | 0.41 | 0.38 |
| Hex | 87 | 39 | 72 | 0 | 3A | 10 | 2F | 13C | 29 | 26 |
| Octal | 207 | 71 | 162 | 0 | 72 | 20 | 57 | 474 | 51 | 46 |
| Binary | 10000111 | 111001 | 1110010 | 0 | 111010 | 10000 | 101111 | 100111100 | 101001 | 100110 |
Color Harmonies of #873972
Complementary color
Monochromatic Colors of #873972
Black with #873972
Text Example
Text Example
White with #873972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873972; }
p { color: rgb(135,57,114); }
H1.HeaderClassName
{
color: #873972;
}
.AnyTagClassName
{
color: #873972;
}
</style>
background-color css
<style>
a { background-color: #873972; }
a { background-color: rgb(135,57,114); }
div.DivClassName
{
background-color: #873972;
}
.BgClassName
{
background-color: #873972;
}
</style>
border-color css
<style>
span { border-color: #873972; }
span { border-color: rgb(135,57,114); }
td.TdClassName
{
border-color: #873972;
}
.TagClassName
{
border-color: #873972;
}
</style>