Shades of Dark Purple #87296D
Tints of Dark Purple #87296D
RGB
CMYK
RGB Variations
Color information
#87296D (or 0x87296D) is known color: Dark Purple. HEX triplet: 87, 29 and 6D. RGB value is (135,41,109). Sum of RGB (Red+Green+Blue) = 135+41+109=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87296D is #78D692. Grayscale: #4C4C4C. Windows color (decimal): -7919251 or 7154055. OLE color: 7154055.
HSL color Cylindrical-coordinate representation of color #87296D: hue angle of 316.6º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87296D is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 109 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.47 |
| HSL | 316.6º | 0.53% | 0.35% | - |
| HSV(B) | 316.6º | 0.7% | 0.53% | - |
| XYZ | 13.54 | 7.84 | 15.27 | - |
| YUV | 76.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 109 | 0 | 0.70 | 0.19 | 0.47 | 316.6 | 0.53 | 0.35 |
| Hex | 87 | 29 | 6D | 0 | 46 | 13 | 2F | 13D | 35 | 23 |
| Octal | 207 | 51 | 155 | 0 | 106 | 23 | 57 | 475 | 65 | 43 |
| Binary | 10000111 | 101001 | 1101101 | 0 | 1000110 | 10011 | 101111 | 100111101 | 110101 | 100011 |
Color Harmonies of #87296D
Complementary color
Monochromatic Colors of #87296D
Black with #87296D
Text Example
Text Example
White with #87296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87296D; }
p { color: rgb(135,41,109); }
H1.HeaderClassName
{
color: #87296D;
}
.AnyTagClassName
{
color: #87296D;
}
</style>
background-color css
<style>
a { background-color: #87296D; }
a { background-color: rgb(135,41,109); }
div.DivClassName
{
background-color: #87296D;
}
.BgClassName
{
background-color: #87296D;
}
</style>
border-color css
<style>
span { border-color: #87296D; }
span { border-color: rgb(135,41,109); }
td.TdClassName
{
border-color: #87296D;
}
.TagClassName
{
border-color: #87296D;
}
</style>