Shades of Dark Purple #87367F
Tints of Dark Purple #87367F
RGB
CMYK
RGB Variations
Color information
#87367F (or 0x87367F) is known color: Dark Purple. HEX triplet: 87, 36 and 7F. RGB value is (135,54,127). Sum of RGB (Red+Green+Blue) = 135+54+127=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87367F is #78C980. Grayscale: #565656. Windows color (decimal): -7915905 or 8337031. OLE color: 8337031.
HSL color Cylindrical-coordinate representation of color #87367F: hue angle of 305.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87367F is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 127 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.47 |
| HSL | 305.93º | 0.43% | 0.37% | - |
| HSV(B) | 305.93º | 0.6% | 0.53% | - |
| XYZ | 15.14 | 9.32 | 21.08 | - |
| YUV | 86.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 127 | 0 | 0.60 | 0.06 | 0.47 | 305.93 | 0.43 | 0.37 |
| Hex | 87 | 36 | 7F | 0 | 3C | 6 | 2F | 132 | 2B | 25 |
| Octal | 207 | 66 | 177 | 0 | 74 | 6 | 57 | 462 | 53 | 45 |
| Binary | 10000111 | 110110 | 1111111 | 0 | 111100 | 110 | 101111 | 100110010 | 101011 | 100101 |
Color Harmonies of #87367F
Complementary color
Monochromatic Colors of #87367F
Black with #87367F
Text Example
Text Example
White with #87367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87367F; }
p { color: rgb(135,54,127); }
H1.HeaderClassName
{
color: #87367F;
}
.AnyTagClassName
{
color: #87367F;
}
</style>
background-color css
<style>
a { background-color: #87367F; }
a { background-color: rgb(135,54,127); }
div.DivClassName
{
background-color: #87367F;
}
.BgClassName
{
background-color: #87367F;
}
</style>
border-color css
<style>
span { border-color: #87367F; }
span { border-color: rgb(135,54,127); }
td.TdClassName
{
border-color: #87367F;
}
.TagClassName
{
border-color: #87367F;
}
</style>