Shades of Dark Purple #87206C
Tints of Dark Purple #87206C
RGB
CMYK
RGB Variations
Color information
#87206C (or 0x87206C) is known color: Dark Purple. HEX triplet: 87, 20 and 6C. RGB value is (135,32,108). Sum of RGB (Red+Green+Blue) = 135+32+108=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87206C is #78DF93. Grayscale: #474747. Windows color (decimal): -7921556 or 7086215. OLE color: 7086215.
HSL color Cylindrical-coordinate representation of color #87206C: hue angle of 315.73º 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 #87206C is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 108 | - |
| CMYK | 0 | 0.76 | 0.2 | 0.47 |
| HSL | 315.73º | 0.62% | 0.33% | - |
| HSV(B) | 315.73º | 0.76% | 0.53% | - |
| XYZ | 13.21 | 7.27 | 14.89 | - |
| YUV | 71.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 108 | 0 | 0.76 | 0.2 | 0.47 | 315.73 | 0.62 | 0.33 |
| Hex | 87 | 20 | 6C | 0 | 4C | 14 | 2F | 13C | 3E | 21 |
| Octal | 207 | 40 | 154 | 0 | 114 | 24 | 57 | 474 | 76 | 41 |
| Binary | 10000111 | 100000 | 1101100 | 0 | 1001100 | 10100 | 101111 | 100111100 | 111110 | 100001 |
Color Harmonies of #87206C
Complementary color
Monochromatic Colors of #87206C
Black with #87206C
Text Example
Text Example
White with #87206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87206C; }
p { color: rgb(135,32,108); }
H1.HeaderClassName
{
color: #87206C;
}
.AnyTagClassName
{
color: #87206C;
}
</style>
background-color css
<style>
a { background-color: #87206C; }
a { background-color: rgb(135,32,108); }
div.DivClassName
{
background-color: #87206C;
}
.BgClassName
{
background-color: #87206C;
}
</style>
border-color css
<style>
span { border-color: #87206C; }
span { border-color: rgb(135,32,108); }
td.TdClassName
{
border-color: #87206C;
}
.TagClassName
{
border-color: #87206C;
}
</style>