Shades of Dark Purple #87387F
Tints of Dark Purple #87387F
RGB
CMYK
RGB Variations
Color information
#87387F (or 0x87387F) is known color: Dark Purple. HEX triplet: 87, 38 and 7F. RGB value is (135,56,127). Sum of RGB (Red+Green+Blue) = 135+56+127=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #87387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87387F is #78C780. Grayscale: #575757. Windows color (decimal): -7915393 or 8337543. OLE color: 8337543.
HSL color Cylindrical-coordinate representation of color #87387F: hue angle of 306.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87387F is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 127 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.47 |
| HSL | 306.08º | 0.41% | 0.37% | - |
| HSV(B) | 306.08º | 0.59% | 0.53% | - |
| XYZ | 15.24 | 9.51 | 21.11 | - |
| YUV | 87.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 127 | 0 | 0.59 | 0.06 | 0.47 | 306.08 | 0.41 | 0.37 |
| Hex | 87 | 38 | 7F | 0 | 3B | 6 | 2F | 132 | 29 | 25 |
| Octal | 207 | 70 | 177 | 0 | 73 | 6 | 57 | 462 | 51 | 45 |
| Binary | 10000111 | 111000 | 1111111 | 0 | 111011 | 110 | 101111 | 100110010 | 101001 | 100101 |
Color Harmonies of #87387F
Complementary color
Monochromatic Colors of #87387F
Black with #87387F
Text Example
Text Example
White with #87387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87387F; }
p { color: rgb(135,56,127); }
H1.HeaderClassName
{
color: #87387F;
}
.AnyTagClassName
{
color: #87387F;
}
</style>
background-color css
<style>
a { background-color: #87387F; }
a { background-color: rgb(135,56,127); }
div.DivClassName
{
background-color: #87387F;
}
.BgClassName
{
background-color: #87387F;
}
</style>
border-color css
<style>
span { border-color: #87387F; }
span { border-color: rgb(135,56,127); }
td.TdClassName
{
border-color: #87387F;
}
.TagClassName
{
border-color: #87387F;
}
</style>