Shades of Dark Purple #87377D
Tints of Dark Purple #87377D
RGB
CMYK
RGB Variations
Color information
#87377D (or 0x87377D) is known color: Dark Purple. HEX triplet: 87, 37 and 7D. RGB value is (135,55,125). Sum of RGB (Red+Green+Blue) = 135+55+125=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87377D is #78C882. Grayscale: #565656. Windows color (decimal): -7915651 or 8206215. OLE color: 8206215.
HSL color Cylindrical-coordinate representation of color #87377D: hue angle of 307.5º degrees, saturation: 0.42, 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 #87377D is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 125 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.47 |
| HSL | 307.5º | 0.42% | 0.37% | - |
| HSV(B) | 307.5º | 0.59% | 0.53% | - |
| XYZ | 15.06 | 9.36 | 20.42 | - |
| YUV | 86.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 125 | 0 | 0.59 | 0.07 | 0.47 | 307.5 | 0.42 | 0.37 |
| Hex | 87 | 37 | 7D | 0 | 3B | 7 | 2F | 134 | 2A | 25 |
| Octal | 207 | 67 | 175 | 0 | 73 | 7 | 57 | 464 | 52 | 45 |
| Binary | 10000111 | 110111 | 1111101 | 0 | 111011 | 111 | 101111 | 100110100 | 101010 | 100101 |
Color Harmonies of #87377D
Complementary color
Monochromatic Colors of #87377D
Black with #87377D
Text Example
Text Example
White with #87377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87377D; }
p { color: rgb(135,55,125); }
H1.HeaderClassName
{
color: #87377D;
}
.AnyTagClassName
{
color: #87377D;
}
</style>
background-color css
<style>
a { background-color: #87377D; }
a { background-color: rgb(135,55,125); }
div.DivClassName
{
background-color: #87377D;
}
.BgClassName
{
background-color: #87377D;
}
</style>
border-color css
<style>
span { border-color: #87377D; }
span { border-color: rgb(135,55,125); }
td.TdClassName
{
border-color: #87377D;
}
.TagClassName
{
border-color: #87377D;
}
</style>