Shades of Dark Purple #87356D
Tints of Dark Purple #87356D
RGB
CMYK
RGB Variations
Color information
#87356D (or 0x87356D) is known color: Dark Purple. HEX triplet: 87, 35 and 6D. RGB value is (135,53,109). Sum of RGB (Red+Green+Blue) = 135+53+109=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356D is #78CA92. Grayscale: #535353. Windows color (decimal): -7916179 or 7157127. OLE color: 7157127.
HSL color Cylindrical-coordinate representation of color #87356D: hue angle of 319.02º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87356D is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 109 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.47 |
| HSL | 319.02º | 0.44% | 0.37% | - |
| HSV(B) | 319.02º | 0.61% | 0.53% | - |
| XYZ | 14.03 | 8.8 | 15.43 | - |
| YUV | 83.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 109 | 0 | 0.61 | 0.19 | 0.47 | 319.02 | 0.44 | 0.37 |
| Hex | 87 | 35 | 6D | 0 | 3D | 13 | 2F | 13F | 2C | 25 |
| Octal | 207 | 65 | 155 | 0 | 75 | 23 | 57 | 477 | 54 | 45 |
| Binary | 10000111 | 110101 | 1101101 | 0 | 111101 | 10011 | 101111 | 100111111 | 101100 | 100101 |
Color Harmonies of #87356D
Complementary color
Monochromatic Colors of #87356D
Black with #87356D
Text Example
Text Example
White with #87356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87356D; }
p { color: rgb(135,53,109); }
H1.HeaderClassName
{
color: #87356D;
}
.AnyTagClassName
{
color: #87356D;
}
</style>
background-color css
<style>
a { background-color: #87356D; }
a { background-color: rgb(135,53,109); }
div.DivClassName
{
background-color: #87356D;
}
.BgClassName
{
background-color: #87356D;
}
</style>
border-color css
<style>
span { border-color: #87356D; }
span { border-color: rgb(135,53,109); }
td.TdClassName
{
border-color: #87356D;
}
.TagClassName
{
border-color: #87356D;
}
</style>