Shades of Dark Purple #87286B
Tints of Dark Purple #87286B
RGB
CMYK
RGB Variations
Color information
#87286B (or 0x87286B) is known color: Dark Purple. HEX triplet: 87, 28 and 6B. RGB value is (135,40,107). Sum of RGB (Red+Green+Blue) = 135+40+107=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286B is #78D794. Grayscale: #4B4B4B. Windows color (decimal): -7919509 or 7022727. OLE color: 7022727.
HSL color Cylindrical-coordinate representation of color #87286B: hue angle of 317.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87286B is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 107 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.47 |
| HSL | 317.68º | 0.54% | 0.34% | - |
| HSV(B) | 317.68º | 0.7% | 0.53% | - |
| XYZ | 13.4 | 7.73 | 14.7 | - |
| YUV | 76.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 107 | 0 | 0.70 | 0.21 | 0.47 | 317.68 | 0.54 | 0.34 |
| Hex | 87 | 28 | 6B | 0 | 46 | 15 | 2F | 13E | 36 | 22 |
| Octal | 207 | 50 | 153 | 0 | 106 | 25 | 57 | 476 | 66 | 42 |
| Binary | 10000111 | 101000 | 1101011 | 0 | 1000110 | 10101 | 101111 | 100111110 | 110110 | 100010 |
Color Harmonies of #87286B
Complementary color
Monochromatic Colors of #87286B
Black with #87286B
Text Example
Text Example
White with #87286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87286B; }
p { color: rgb(135,40,107); }
H1.HeaderClassName
{
color: #87286B;
}
.AnyTagClassName
{
color: #87286B;
}
</style>
background-color css
<style>
a { background-color: #87286B; }
a { background-color: rgb(135,40,107); }
div.DivClassName
{
background-color: #87286B;
}
.BgClassName
{
background-color: #87286B;
}
</style>
border-color css
<style>
span { border-color: #87286B; }
span { border-color: rgb(135,40,107); }
td.TdClassName
{
border-color: #87286B;
}
.TagClassName
{
border-color: #87286B;
}
</style>