Shades of Dark Purple #87136B
Tints of Dark Purple #87136B
RGB
CMYK
RGB Variations
Color information
#87136B (or 0x87136B) is known color: Dark Purple. HEX triplet: 87, 13 and 6B. RGB value is (135,19,107). Sum of RGB (Red+Green+Blue) = 135+19+107=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87136B is #78EC94. Grayscale: #3F3F3F. Windows color (decimal): -7924885 or 7017351. OLE color: 7017351.
HSL color Cylindrical-coordinate representation of color #87136B: hue angle of 314.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87136B is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 107 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.47 |
| HSL | 314.48º | 0.75% | 0.3% | - |
| HSV(B) | 314.48º | 0.86% | 0.53% | - |
| XYZ | 12.88 | 6.68 | 14.52 | - |
| YUV | 63.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 107 | 0 | 0.86 | 0.21 | 0.47 | 314.48 | 0.75 | 0.3 |
| Hex | 87 | 13 | 6B | 0 | 56 | 15 | 2F | 13A | 4B | 1E |
| Octal | 207 | 23 | 153 | 0 | 126 | 25 | 57 | 472 | 113 | 36 |
| Binary | 10000111 | 10011 | 1101011 | 0 | 1010110 | 10101 | 101111 | 100111010 | 1001011 | 11110 |
Color Harmonies of #87136B
Complementary color
Monochromatic Colors of #87136B
Black with #87136B
Text Example
Text Example
White with #87136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87136B; }
p { color: rgb(135,19,107); }
H1.HeaderClassName
{
color: #87136B;
}
.AnyTagClassName
{
color: #87136B;
}
</style>
background-color css
<style>
a { background-color: #87136B; }
a { background-color: rgb(135,19,107); }
div.DivClassName
{
background-color: #87136B;
}
.BgClassName
{
background-color: #87136B;
}
</style>
border-color css
<style>
span { border-color: #87136B; }
span { border-color: rgb(135,19,107); }
td.TdClassName
{
border-color: #87136B;
}
.TagClassName
{
border-color: #87136B;
}
</style>