Shades of Dark Purple #87296A
Tints of Dark Purple #87296A
RGB
CMYK
RGB Variations
Color information
#87296A (or 0x87296A) is known color: Dark Purple. HEX triplet: 87, 29 and 6A. RGB value is (135,41,106). Sum of RGB (Red+Green+Blue) = 135+41+106=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87296A is #78D695. Grayscale: #4C4C4C. Windows color (decimal): -7919254 or 6957447. OLE color: 6957447.
HSL color Cylindrical-coordinate representation of color #87296A: hue angle of 318.51º 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 #87296A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 106 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.47 |
| HSL | 318.51º | 0.53% | 0.35% | - |
| HSV(B) | 318.51º | 0.7% | 0.53% | - |
| XYZ | 13.39 | 7.78 | 14.43 | - |
| YUV | 76.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 106 | 0 | 0.70 | 0.21 | 0.47 | 318.51 | 0.53 | 0.35 |
| Hex | 87 | 29 | 6A | 0 | 46 | 15 | 2F | 13F | 35 | 23 |
| Octal | 207 | 51 | 152 | 0 | 106 | 25 | 57 | 477 | 65 | 43 |
| Binary | 10000111 | 101001 | 1101010 | 0 | 1000110 | 10101 | 101111 | 100111111 | 110101 | 100011 |
Color Harmonies of #87296A
Complementary color
Monochromatic Colors of #87296A
Black with #87296A
Text Example
Text Example
White with #87296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87296A; }
p { color: rgb(135,41,106); }
H1.HeaderClassName
{
color: #87296A;
}
.AnyTagClassName
{
color: #87296A;
}
</style>
background-color css
<style>
a { background-color: #87296A; }
a { background-color: rgb(135,41,106); }
div.DivClassName
{
background-color: #87296A;
}
.BgClassName
{
background-color: #87296A;
}
</style>
border-color css
<style>
span { border-color: #87296A; }
span { border-color: rgb(135,41,106); }
td.TdClassName
{
border-color: #87296A;
}
.TagClassName
{
border-color: #87296A;
}
</style>