Shades of Dark Purple #870E73
Tints of Dark Purple #870E73
RGB
CMYK
RGB Variations
Color information
#870E73 (or 0x870E73) is known color: Dark Purple. HEX triplet: 87, 0E and 73. RGB value is (135,14,115). Sum of RGB (Red+Green+Blue) = 135+14+115=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #870E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E73 is #78F18C. Grayscale: #3D3D3D. Windows color (decimal): -7926157 or 7540359. OLE color: 7540359.
HSL color Cylindrical-coordinate representation of color #870E73: hue angle of 309.92º 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 #870E73 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 115 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.47 |
| HSL | 309.92º | 0.81% | 0.29% | - |
| HSV(B) | 309.92º | 0.9% | 0.53% | - |
| XYZ | 13.24 | 6.7 | 16.82 | - |
| YUV | 61.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 115 | 0 | 0.90 | 0.15 | 0.47 | 309.92 | 0.81 | 0.29 |
| Hex | 87 | E | 73 | 0 | 5A | F | 2F | 136 | 51 | 1D |
| Octal | 207 | 16 | 163 | 0 | 132 | 17 | 57 | 466 | 121 | 35 |
| Binary | 10000111 | 1110 | 1110011 | 0 | 1011010 | 1111 | 101111 | 100110110 | 1010001 | 11101 |
Color Harmonies of #870E73
Complementary color
Monochromatic Colors of #870E73
Black with #870E73
Text Example
Text Example
White with #870E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E73; }
p { color: rgb(135,14,115); }
H1.HeaderClassName
{
color: #870E73;
}
.AnyTagClassName
{
color: #870E73;
}
</style>
background-color css
<style>
a { background-color: #870E73; }
a { background-color: rgb(135,14,115); }
div.DivClassName
{
background-color: #870E73;
}
.BgClassName
{
background-color: #870E73;
}
</style>
border-color css
<style>
span { border-color: #870E73; }
span { border-color: rgb(135,14,115); }
td.TdClassName
{
border-color: #870E73;
}
.TagClassName
{
border-color: #870E73;
}
</style>