Shades of Dark Purple #873672
Tints of Dark Purple #873672
RGB
CMYK
RGB Variations
Color information
#873672 (or 0x873672) is known color: Dark Purple. HEX triplet: 87, 36 and 72. RGB value is (135,54,114). Sum of RGB (Red+Green+Blue) = 135+54+114=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873672 is #78C98D. Grayscale: #545454. Windows color (decimal): -7915918 or 7485063. OLE color: 7485063.
HSL color Cylindrical-coordinate representation of color #873672: hue angle of 315.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873672 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 114 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.47 |
| HSL | 315.56º | 0.43% | 0.37% | - |
| HSV(B) | 315.56º | 0.6% | 0.53% | - |
| XYZ | 14.35 | 9 | 16.9 | - |
| YUV | 85.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 114 | 0 | 0.60 | 0.16 | 0.47 | 315.56 | 0.43 | 0.37 |
| Hex | 87 | 36 | 72 | 0 | 3C | 10 | 2F | 13C | 2B | 25 |
| Octal | 207 | 66 | 162 | 0 | 74 | 20 | 57 | 474 | 53 | 45 |
| Binary | 10000111 | 110110 | 1110010 | 0 | 111100 | 10000 | 101111 | 100111100 | 101011 | 100101 |
Color Harmonies of #873672
Complementary color
Monochromatic Colors of #873672
Black with #873672
Text Example
Text Example
White with #873672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873672; }
p { color: rgb(135,54,114); }
H1.HeaderClassName
{
color: #873672;
}
.AnyTagClassName
{
color: #873672;
}
</style>
background-color css
<style>
a { background-color: #873672; }
a { background-color: rgb(135,54,114); }
div.DivClassName
{
background-color: #873672;
}
.BgClassName
{
background-color: #873672;
}
</style>
border-color css
<style>
span { border-color: #873672; }
span { border-color: rgb(135,54,114); }
td.TdClassName
{
border-color: #873672;
}
.TagClassName
{
border-color: #873672;
}
</style>