Shades of Dark Purple #87387D
Tints of Dark Purple #87387D
RGB
CMYK
RGB Variations
Color information
#87387D (or 0x87387D) is known color: Dark Purple. HEX triplet: 87, 38 and 7D. RGB value is (135,56,125). Sum of RGB (Red+Green+Blue) = 135+56+125=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87387D is #78C782. Grayscale: #575757. Windows color (decimal): -7915395 or 8206471. OLE color: 8206471.
HSL color Cylindrical-coordinate representation of color #87387D: hue angle of 307.59º 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 #87387D is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 125 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.47 |
| HSL | 307.59º | 0.41% | 0.37% | - |
| HSV(B) | 307.59º | 0.59% | 0.53% | - |
| XYZ | 15.11 | 9.46 | 20.43 | - |
| YUV | 87.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 125 | 0 | 0.59 | 0.07 | 0.47 | 307.59 | 0.41 | 0.37 |
| Hex | 87 | 38 | 7D | 0 | 3B | 7 | 2F | 134 | 29 | 25 |
| Octal | 207 | 70 | 175 | 0 | 73 | 7 | 57 | 464 | 51 | 45 |
| Binary | 10000111 | 111000 | 1111101 | 0 | 111011 | 111 | 101111 | 100110100 | 101001 | 100101 |
Color Harmonies of #87387D
Complementary color
Monochromatic Colors of #87387D
Black with #87387D
Text Example
Text Example
White with #87387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87387D; }
p { color: rgb(135,56,125); }
H1.HeaderClassName
{
color: #87387D;
}
.AnyTagClassName
{
color: #87387D;
}
</style>
background-color css
<style>
a { background-color: #87387D; }
a { background-color: rgb(135,56,125); }
div.DivClassName
{
background-color: #87387D;
}
.BgClassName
{
background-color: #87387D;
}
</style>
border-color css
<style>
span { border-color: #87387D; }
span { border-color: rgb(135,56,125); }
td.TdClassName
{
border-color: #87387D;
}
.TagClassName
{
border-color: #87387D;
}
</style>