Shades of Dark Purple #87356A
Tints of Dark Purple #87356A
RGB
CMYK
RGB Variations
Color information
#87356A (or 0x87356A) is known color: Dark Purple. HEX triplet: 87, 35 and 6A. RGB value is (135,53,106). Sum of RGB (Red+Green+Blue) = 135+53+106=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356A is #78CA95. Grayscale: #535353. Windows color (decimal): -7916182 or 6960519. OLE color: 6960519.
HSL color Cylindrical-coordinate representation of color #87356A: hue angle of 321.22º 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 #87356A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 106 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.47 |
| HSL | 321.22º | 0.44% | 0.37% | - |
| HSV(B) | 321.22º | 0.61% | 0.53% | - |
| XYZ | 13.87 | 8.74 | 14.59 | - |
| YUV | 83.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 106 | 0 | 0.61 | 0.21 | 0.47 | 321.22 | 0.44 | 0.37 |
| Hex | 87 | 35 | 6A | 0 | 3D | 15 | 2F | 141 | 2C | 25 |
| Octal | 207 | 65 | 152 | 0 | 75 | 25 | 57 | 501 | 54 | 45 |
| Binary | 10000111 | 110101 | 1101010 | 0 | 111101 | 10101 | 101111 | 101000001 | 101100 | 100101 |
Color Harmonies of #87356A
Complementary color
Monochromatic Colors of #87356A
Black with #87356A
Text Example
Text Example
White with #87356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87356A; }
p { color: rgb(135,53,106); }
H1.HeaderClassName
{
color: #87356A;
}
.AnyTagClassName
{
color: #87356A;
}
</style>
background-color css
<style>
a { background-color: #87356A; }
a { background-color: rgb(135,53,106); }
div.DivClassName
{
background-color: #87356A;
}
.BgClassName
{
background-color: #87356A;
}
</style>
border-color css
<style>
span { border-color: #87356A; }
span { border-color: rgb(135,53,106); }
td.TdClassName
{
border-color: #87356A;
}
.TagClassName
{
border-color: #87356A;
}
</style>