Shades of Dark Purple #87206D
Tints of Dark Purple #87206D
RGB
CMYK
RGB Variations
Color information
#87206D (or 0x87206D) is known color: Dark Purple. HEX triplet: 87, 20 and 6D. RGB value is (135,32,109). Sum of RGB (Red+Green+Blue) = 135+32+109=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87206D is #78DF92. Grayscale: #474747. Windows color (decimal): -7921555 or 7151751. OLE color: 7151751.
HSL color Cylindrical-coordinate representation of color #87206D: hue angle of 315.15º 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 #87206D is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 109 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.47 |
| HSL | 315.15º | 0.62% | 0.33% | - |
| HSV(B) | 315.15º | 0.76% | 0.53% | - |
| XYZ | 13.27 | 7.29 | 15.18 | - |
| YUV | 71.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 109 | 0 | 0.76 | 0.19 | 0.47 | 315.15 | 0.62 | 0.33 |
| Hex | 87 | 20 | 6D | 0 | 4C | 13 | 2F | 13B | 3E | 21 |
| Octal | 207 | 40 | 155 | 0 | 114 | 23 | 57 | 473 | 76 | 41 |
| Binary | 10000111 | 100000 | 1101101 | 0 | 1001100 | 10011 | 101111 | 100111011 | 111110 | 100001 |
Color Harmonies of #87206D
Complementary color
Monochromatic Colors of #87206D
Black with #87206D
Text Example
Text Example
White with #87206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87206D; }
p { color: rgb(135,32,109); }
H1.HeaderClassName
{
color: #87206D;
}
.AnyTagClassName
{
color: #87206D;
}
</style>
background-color css
<style>
a { background-color: #87206D; }
a { background-color: rgb(135,32,109); }
div.DivClassName
{
background-color: #87206D;
}
.BgClassName
{
background-color: #87206D;
}
</style>
border-color css
<style>
span { border-color: #87206D; }
span { border-color: rgb(135,32,109); }
td.TdClassName
{
border-color: #87206D;
}
.TagClassName
{
border-color: #87206D;
}
</style>