Shades of Dark Purple #87206B
Tints of Dark Purple #87206B
RGB
CMYK
RGB Variations
Color information
#87206B (or 0x87206B) is known color: Dark Purple. HEX triplet: 87, 20 and 6B. RGB value is (135,32,107). Sum of RGB (Red+Green+Blue) = 135+32+107=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87206B is #78DF94. Grayscale: #474747. Windows color (decimal): -7921557 or 7020679. OLE color: 7020679.
HSL color Cylindrical-coordinate representation of color #87206B: hue angle of 316.31º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87206B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 107 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.47 |
| HSL | 316.31º | 0.62% | 0.33% | - |
| HSV(B) | 316.31º | 0.76% | 0.53% | - |
| XYZ | 13.16 | 7.25 | 14.61 | - |
| YUV | 71.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 107 | 0 | 0.76 | 0.21 | 0.47 | 316.31 | 0.62 | 0.33 |
| Hex | 87 | 20 | 6B | 0 | 4C | 15 | 2F | 13C | 3E | 21 |
| Octal | 207 | 40 | 153 | 0 | 114 | 25 | 57 | 474 | 76 | 41 |
| Binary | 10000111 | 100000 | 1101011 | 0 | 1001100 | 10101 | 101111 | 100111100 | 111110 | 100001 |
Color Harmonies of #87206B
Complementary color
Monochromatic Colors of #87206B
Black with #87206B
Text Example
Text Example
White with #87206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87206B; }
p { color: rgb(135,32,107); }
H1.HeaderClassName
{
color: #87206B;
}
.AnyTagClassName
{
color: #87206B;
}
</style>
background-color css
<style>
a { background-color: #87206B; }
a { background-color: rgb(135,32,107); }
div.DivClassName
{
background-color: #87206B;
}
.BgClassName
{
background-color: #87206B;
}
</style>
border-color css
<style>
span { border-color: #87206B; }
span { border-color: rgb(135,32,107); }
td.TdClassName
{
border-color: #87206B;
}
.TagClassName
{
border-color: #87206B;
}
</style>