Shades of Dark Purple #87256B
Tints of Dark Purple #87256B
RGB
CMYK
RGB Variations
Color information
#87256B (or 0x87256B) is known color: Dark Purple. HEX triplet: 87, 25 and 6B. RGB value is (135,37,107). Sum of RGB (Red+Green+Blue) = 135+37+107=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256B is #78DA94. Grayscale: #4A4A4A. Windows color (decimal): -7920277 or 7021959. OLE color: 7021959.
HSL color Cylindrical-coordinate representation of color #87256B: hue angle of 317.14º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87256B is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 107 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.47 |
| HSL | 317.14º | 0.57% | 0.34% | - |
| HSV(B) | 317.14º | 0.73% | 0.53% | - |
| XYZ | 13.31 | 7.54 | 14.66 | - |
| YUV | 74.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 107 | 0 | 0.73 | 0.21 | 0.47 | 317.14 | 0.57 | 0.34 |
| Hex | 87 | 25 | 6B | 0 | 49 | 15 | 2F | 13D | 39 | 22 |
| Octal | 207 | 45 | 153 | 0 | 111 | 25 | 57 | 475 | 71 | 42 |
| Binary | 10000111 | 100101 | 1101011 | 0 | 1001001 | 10101 | 101111 | 100111101 | 111001 | 100010 |
Color Harmonies of #87256B
Complementary color
Monochromatic Colors of #87256B
Black with #87256B
Text Example
Text Example
White with #87256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87256B; }
p { color: rgb(135,37,107); }
H1.HeaderClassName
{
color: #87256B;
}
.AnyTagClassName
{
color: #87256B;
}
</style>
background-color css
<style>
a { background-color: #87256B; }
a { background-color: rgb(135,37,107); }
div.DivClassName
{
background-color: #87256B;
}
.BgClassName
{
background-color: #87256B;
}
</style>
border-color css
<style>
span { border-color: #87256B; }
span { border-color: rgb(135,37,107); }
td.TdClassName
{
border-color: #87256B;
}
.TagClassName
{
border-color: #87256B;
}
</style>