Shades of Dark Purple #87277C
Tints of Dark Purple #87277C
RGB
CMYK
RGB Variations
Color information
#87277C (or 0x87277C) is known color: Dark Purple. HEX triplet: 87, 27 and 7C. RGB value is (135,39,124). Sum of RGB (Red+Green+Blue) = 135+39+124=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87277C is #78D883. Grayscale: #4D4D4D. Windows color (decimal): -7919748 or 8136583. OLE color: 8136583.
HSL color Cylindrical-coordinate representation of color #87277C: hue angle of 306.88º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87277C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 124 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.47 |
| HSL | 306.88º | 0.55% | 0.34% | - |
| HSV(B) | 306.88º | 0.71% | 0.53% | - |
| XYZ | 14.36 | 8.06 | 19.87 | - |
| YUV | 77.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 124 | 0 | 0.71 | 0.08 | 0.47 | 306.88 | 0.55 | 0.34 |
| Hex | 87 | 27 | 7C | 0 | 47 | 8 | 2F | 133 | 37 | 22 |
| Octal | 207 | 47 | 174 | 0 | 107 | 10 | 57 | 463 | 67 | 42 |
| Binary | 10000111 | 100111 | 1111100 | 0 | 1000111 | 1000 | 101111 | 100110011 | 110111 | 100010 |
Color Harmonies of #87277C
Complementary color
Monochromatic Colors of #87277C
Black with #87277C
Text Example
Text Example
White with #87277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87277C; }
p { color: rgb(135,39,124); }
H1.HeaderClassName
{
color: #87277C;
}
.AnyTagClassName
{
color: #87277C;
}
</style>
background-color css
<style>
a { background-color: #87277C; }
a { background-color: rgb(135,39,124); }
div.DivClassName
{
background-color: #87277C;
}
.BgClassName
{
background-color: #87277C;
}
</style>
border-color css
<style>
span { border-color: #87277C; }
span { border-color: rgb(135,39,124); }
td.TdClassName
{
border-color: #87277C;
}
.TagClassName
{
border-color: #87277C;
}
</style>