Shades of Purple #870E7C
Tints of Purple #870E7C
RGB
CMYK
RGB Variations
Color information
#870E7C (or 0x870E7C) is known color: Purple. HEX triplet: 87, 0E and 7C. RGB value is (135,14,124). Sum of RGB (Red+Green+Blue) = 135+14+124=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E7C is #78F183. Grayscale: #3E3E3E. Windows color (decimal): -7926148 or 8130183. OLE color: 8130183.
HSL color Cylindrical-coordinate representation of color #870E7C: hue angle of 305.45º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E7C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 124 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.47 |
| HSL | 305.45º | 0.81% | 0.29% | - |
| HSV(B) | 305.45º | 0.9% | 0.53% | - |
| XYZ | 13.79 | 6.92 | 19.68 | - |
| YUV | 62.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 124 | 0 | 0.90 | 0.08 | 0.47 | 305.45 | 0.81 | 0.29 |
| Hex | 87 | E | 7C | 0 | 5A | 8 | 2F | 131 | 51 | 1D |
| Octal | 207 | 16 | 174 | 0 | 132 | 10 | 57 | 461 | 121 | 35 |
| Binary | 10000111 | 1110 | 1111100 | 0 | 1011010 | 1000 | 101111 | 100110001 | 1010001 | 11101 |
Color Harmonies of #870E7C
Complementary color
Monochromatic Colors of #870E7C
Black with #870E7C
Text Example
Text Example
White with #870E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E7C; }
p { color: rgb(135,14,124); }
H1.HeaderClassName
{
color: #870E7C;
}
.AnyTagClassName
{
color: #870E7C;
}
</style>
background-color css
<style>
a { background-color: #870E7C; }
a { background-color: rgb(135,14,124); }
div.DivClassName
{
background-color: #870E7C;
}
.BgClassName
{
background-color: #870E7C;
}
</style>
border-color css
<style>
span { border-color: #870E7C; }
span { border-color: rgb(135,14,124); }
td.TdClassName
{
border-color: #870E7C;
}
.TagClassName
{
border-color: #870E7C;
}
</style>