Shades of Dark Purple #870E7B
Tints of Dark Purple #870E7B
RGB
CMYK
RGB Variations
Color information
#870E7B (or 0x870E7B) is known color: Dark Purple. HEX triplet: 87, 0E and 7B. RGB value is (135,14,123). Sum of RGB (Red+Green+Blue) = 135+14+123=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E7B is #78F184. Grayscale: #3E3E3E. Windows color (decimal): -7926149 or 8064647. OLE color: 8064647.
HSL color Cylindrical-coordinate representation of color #870E7B: hue angle of 305.95º 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 #870E7B is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 123 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.47 |
| HSL | 305.95º | 0.81% | 0.29% | - |
| HSV(B) | 305.95º | 0.9% | 0.53% | - |
| XYZ | 13.72 | 6.9 | 19.35 | - |
| YUV | 62.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 123 | 0 | 0.90 | 0.09 | 0.47 | 305.95 | 0.81 | 0.29 |
| Hex | 87 | E | 7B | 0 | 5A | 9 | 2F | 132 | 51 | 1D |
| Octal | 207 | 16 | 173 | 0 | 132 | 11 | 57 | 462 | 121 | 35 |
| Binary | 10000111 | 1110 | 1111011 | 0 | 1011010 | 1001 | 101111 | 100110010 | 1010001 | 11101 |
Color Harmonies of #870E7B
Complementary color
Monochromatic Colors of #870E7B
Black with #870E7B
Text Example
Text Example
White with #870E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E7B; }
p { color: rgb(135,14,123); }
H1.HeaderClassName
{
color: #870E7B;
}
.AnyTagClassName
{
color: #870E7B;
}
</style>
background-color css
<style>
a { background-color: #870E7B; }
a { background-color: rgb(135,14,123); }
div.DivClassName
{
background-color: #870E7B;
}
.BgClassName
{
background-color: #870E7B;
}
</style>
border-color css
<style>
span { border-color: #870E7B; }
span { border-color: rgb(135,14,123); }
td.TdClassName
{
border-color: #870E7B;
}
.TagClassName
{
border-color: #870E7B;
}
</style>