Shades of Dark Purple #87376B
Tints of Dark Purple #87376B
RGB
CMYK
RGB Variations
Color information
#87376B (or 0x87376B) is known color: Dark Purple. HEX triplet: 87, 37 and 6B. RGB value is (135,55,107). Sum of RGB (Red+Green+Blue) = 135+55+107=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87376B is #78C894. Grayscale: #545454. Windows color (decimal): -7915669 or 7026567. OLE color: 7026567.
HSL color Cylindrical-coordinate representation of color #87376B: hue angle of 321º 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 #87376B is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 107 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.47 |
| HSL | 321º | 0.42% | 0.37% | - |
| HSV(B) | 321º | 0.59% | 0.53% | - |
| XYZ | 14.01 | 8.94 | 14.9 | - |
| YUV | 84.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 107 | 0 | 0.59 | 0.21 | 0.47 | 321 | 0.42 | 0.37 |
| Hex | 87 | 37 | 6B | 0 | 3B | 15 | 2F | 141 | 2A | 25 |
| Octal | 207 | 67 | 153 | 0 | 73 | 25 | 57 | 501 | 52 | 45 |
| Binary | 10000111 | 110111 | 1101011 | 0 | 111011 | 10101 | 101111 | 101000001 | 101010 | 100101 |
Color Harmonies of #87376B
Complementary color
Monochromatic Colors of #87376B
Black with #87376B
Text Example
Text Example
White with #87376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87376B; }
p { color: rgb(135,55,107); }
H1.HeaderClassName
{
color: #87376B;
}
.AnyTagClassName
{
color: #87376B;
}
</style>
background-color css
<style>
a { background-color: #87376B; }
a { background-color: rgb(135,55,107); }
div.DivClassName
{
background-color: #87376B;
}
.BgClassName
{
background-color: #87376B;
}
</style>
border-color css
<style>
span { border-color: #87376B; }
span { border-color: rgb(135,55,107); }
td.TdClassName
{
border-color: #87376B;
}
.TagClassName
{
border-color: #87376B;
}
</style>