Shades of Purple #87006F
Tints of Purple #87006F
RGB
CMYK
RGB Variations
Color information
#87006F (or 0x87006F) is known color: Purple. HEX triplet: 87, 00 and 6F. RGB value is (135,0,111). Sum of RGB (Red+Green+Blue) = 135+0+111=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87006F is #78FF90. Grayscale: #343434. Windows color (decimal): -7929745 or 7274631. OLE color: 7274631.
HSL color Cylindrical-coordinate representation of color #87006F: hue angle of 310.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87006F is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.18 | 0.47 |
| HSL | 310.67º | 1% | 0.26% | - |
| HSV(B) | 310.67º | 1% | 0.53% | - |
| XYZ | 12.86 | 6.3 | 15.58 | - |
| YUV | 53.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 111 | 0 | 1 | 0.18 | 0.47 | 310.67 | 1 | 0.26 |
| Hex | 87 | 0 | 6F | 0 | 64 | 12 | 2F | 137 | 64 | 1A |
| Octal | 207 | 0 | 157 | 0 | 144 | 22 | 57 | 467 | 144 | 32 |
| Binary | 10000111 | 0 | 1101111 | 0 | 1100100 | 10010 | 101111 | 100110111 | 1100100 | 11010 |
Color Harmonies of #87006F
Complementary color
Monochromatic Colors of #87006F
Black with #87006F
Text Example
Text Example
White with #87006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87006F; }
p { color: rgb(135,0,111); }
H1.HeaderClassName
{
color: #87006F;
}
.AnyTagClassName
{
color: #87006F;
}
</style>
background-color css
<style>
a { background-color: #87006F; }
a { background-color: rgb(135,0,111); }
div.DivClassName
{
background-color: #87006F;
}
.BgClassName
{
background-color: #87006F;
}
</style>
border-color css
<style>
span { border-color: #87006F; }
span { border-color: rgb(135,0,111); }
td.TdClassName
{
border-color: #87006F;
}
.TagClassName
{
border-color: #87006F;
}
</style>