Shades of Dark Purple #87316F
Tints of Dark Purple #87316F
RGB
CMYK
RGB Variations
Color information
#87316F (or 0x87316F) is known color: Dark Purple. HEX triplet: 87, 31 and 6F. RGB value is (135,49,111). Sum of RGB (Red+Green+Blue) = 135+49+111=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87316F is #78CE90. Grayscale: #515151. Windows color (decimal): -7917201 or 7287175. OLE color: 7287175.
HSL color Cylindrical-coordinate representation of color #87316F: hue angle of 316.74º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87316F is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 111 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.47 |
| HSL | 316.74º | 0.47% | 0.36% | - |
| HSV(B) | 316.74º | 0.64% | 0.53% | - |
| XYZ | 13.96 | 8.5 | 15.94 | - |
| YUV | 81.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 111 | 0 | 0.64 | 0.18 | 0.47 | 316.74 | 0.47 | 0.36 |
| Hex | 87 | 31 | 6F | 0 | 40 | 12 | 2F | 13D | 2F | 24 |
| Octal | 207 | 61 | 157 | 0 | 100 | 22 | 57 | 475 | 57 | 44 |
| Binary | 10000111 | 110001 | 1101111 | 0 | 1000000 | 10010 | 101111 | 100111101 | 101111 | 100100 |
Color Harmonies of #87316F
Complementary color
Monochromatic Colors of #87316F
Black with #87316F
Text Example
Text Example
White with #87316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87316F; }
p { color: rgb(135,49,111); }
H1.HeaderClassName
{
color: #87316F;
}
.AnyTagClassName
{
color: #87316F;
}
</style>
background-color css
<style>
a { background-color: #87316F; }
a { background-color: rgb(135,49,111); }
div.DivClassName
{
background-color: #87316F;
}
.BgClassName
{
background-color: #87316F;
}
</style>
border-color css
<style>
span { border-color: #87316F; }
span { border-color: rgb(135,49,111); }
td.TdClassName
{
border-color: #87316F;
}
.TagClassName
{
border-color: #87316F;
}
</style>