Shades of Dark Purple #87287C
Tints of Dark Purple #87287C
RGB
CMYK
RGB Variations
Color information
#87287C (or 0x87287C) is known color: Dark Purple. HEX triplet: 87, 28 and 7C. RGB value is (135,40,124). Sum of RGB (Red+Green+Blue) = 135+40+124=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87287C is #78D783. Grayscale: #4D4D4D. Windows color (decimal): -7919492 or 8136839. OLE color: 8136839.
HSL color Cylindrical-coordinate representation of color #87287C: hue angle of 306.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87287C is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 124 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.47 |
| HSL | 306.95º | 0.54% | 0.34% | - |
| HSV(B) | 306.95º | 0.7% | 0.53% | - |
| XYZ | 14.39 | 8.12 | 19.88 | - |
| YUV | 77.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 124 | 0 | 0.70 | 0.08 | 0.47 | 306.95 | 0.54 | 0.34 |
| Hex | 87 | 28 | 7C | 0 | 46 | 8 | 2F | 133 | 36 | 22 |
| Octal | 207 | 50 | 174 | 0 | 106 | 10 | 57 | 463 | 66 | 42 |
| Binary | 10000111 | 101000 | 1111100 | 0 | 1000110 | 1000 | 101111 | 100110011 | 110110 | 100010 |
Color Harmonies of #87287C
Complementary color
Monochromatic Colors of #87287C
Black with #87287C
Text Example
Text Example
White with #87287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87287C; }
p { color: rgb(135,40,124); }
H1.HeaderClassName
{
color: #87287C;
}
.AnyTagClassName
{
color: #87287C;
}
</style>
background-color css
<style>
a { background-color: #87287C; }
a { background-color: rgb(135,40,124); }
div.DivClassName
{
background-color: #87287C;
}
.BgClassName
{
background-color: #87287C;
}
</style>
border-color css
<style>
span { border-color: #87287C; }
span { border-color: rgb(135,40,124); }
td.TdClassName
{
border-color: #87287C;
}
.TagClassName
{
border-color: #87287C;
}
</style>