Shades of Dark Purple #87207F
Tints of Dark Purple #87207F
RGB
CMYK
RGB Variations
Color information
#87207F (or 0x87207F) is known color: Dark Purple. HEX triplet: 87, 20 and 7F. RGB value is (135,32,127). Sum of RGB (Red+Green+Blue) = 135+32+127=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87207F is #78DF80. Grayscale: #494949. Windows color (decimal): -7921537 or 8331399. OLE color: 8331399.
HSL color Cylindrical-coordinate representation of color #87207F: hue angle of 304.66º 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 #87207F is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 127 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.47 |
| HSL | 304.66º | 0.62% | 0.33% | - |
| HSV(B) | 304.66º | 0.76% | 0.53% | - |
| XYZ | 14.34 | 7.72 | 20.81 | - |
| YUV | 73.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 127 | 0 | 0.76 | 0.06 | 0.47 | 304.66 | 0.62 | 0.33 |
| Hex | 87 | 20 | 7F | 0 | 4C | 6 | 2F | 131 | 3E | 21 |
| Octal | 207 | 40 | 177 | 0 | 114 | 6 | 57 | 461 | 76 | 41 |
| Binary | 10000111 | 100000 | 1111111 | 0 | 1001100 | 110 | 101111 | 100110001 | 111110 | 100001 |
Color Harmonies of #87207F
Complementary color
Monochromatic Colors of #87207F
Black with #87207F
Text Example
Text Example
White with #87207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87207F; }
p { color: rgb(135,32,127); }
H1.HeaderClassName
{
color: #87207F;
}
.AnyTagClassName
{
color: #87207F;
}
</style>
background-color css
<style>
a { background-color: #87207F; }
a { background-color: rgb(135,32,127); }
div.DivClassName
{
background-color: #87207F;
}
.BgClassName
{
background-color: #87207F;
}
</style>
border-color css
<style>
span { border-color: #87207F; }
span { border-color: rgb(135,32,127); }
td.TdClassName
{
border-color: #87207F;
}
.TagClassName
{
border-color: #87207F;
}
</style>