Shades of Dark Purple #87356F
Tints of Dark Purple #87356F
RGB
CMYK
RGB Variations
Color information
#87356F (or 0x87356F) is known color: Dark Purple. HEX triplet: 87, 35 and 6F. RGB value is (135,53,111). Sum of RGB (Red+Green+Blue) = 135+53+111=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356F is #78CA90. Grayscale: #535353. Windows color (decimal): -7916177 or 7288199. OLE color: 7288199.
HSL color Cylindrical-coordinate representation of color #87356F: hue angle of 317.56º 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 #87356F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 111 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.47 |
| HSL | 317.56º | 0.44% | 0.37% | - |
| HSV(B) | 317.56º | 0.61% | 0.53% | - |
| XYZ | 14.13 | 8.84 | 16 | - |
| YUV | 84.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 111 | 0 | 0.61 | 0.18 | 0.47 | 317.56 | 0.44 | 0.37 |
| Hex | 87 | 35 | 6F | 0 | 3D | 12 | 2F | 13E | 2C | 25 |
| Octal | 207 | 65 | 157 | 0 | 75 | 22 | 57 | 476 | 54 | 45 |
| Binary | 10000111 | 110101 | 1101111 | 0 | 111101 | 10010 | 101111 | 100111110 | 101100 | 100101 |
Color Harmonies of #87356F
Complementary color
Monochromatic Colors of #87356F
Black with #87356F
Text Example
Text Example
White with #87356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87356F; }
p { color: rgb(135,53,111); }
H1.HeaderClassName
{
color: #87356F;
}
.AnyTagClassName
{
color: #87356F;
}
</style>
background-color css
<style>
a { background-color: #87356F; }
a { background-color: rgb(135,53,111); }
div.DivClassName
{
background-color: #87356F;
}
.BgClassName
{
background-color: #87356F;
}
</style>
border-color css
<style>
span { border-color: #87356F; }
span { border-color: rgb(135,53,111); }
td.TdClassName
{
border-color: #87356F;
}
.TagClassName
{
border-color: #87356F;
}
</style>