Shades of Dark Purple #870C71
Tints of Dark Purple #870C71
RGB
CMYK
RGB Variations
Color information
#870C71 (or 0x870C71) is known color: Dark Purple. HEX triplet: 87, 0C and 71. RGB value is (135,12,113). Sum of RGB (Red+Green+Blue) = 135+12+113=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #870C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C71 is #78F38E. Grayscale: #3C3C3C. Windows color (decimal): -7926671 or 7408775. OLE color: 7408775.
HSL color Cylindrical-coordinate representation of color #870C71: hue angle of 310.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C71 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 113 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.47 |
| HSL | 310.73º | 0.84% | 0.29% | - |
| HSV(B) | 310.73º | 0.91% | 0.53% | - |
| XYZ | 13.1 | 6.61 | 16.21 | - |
| YUV | 60.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 113 | 0 | 0.91 | 0.16 | 0.47 | 310.73 | 0.84 | 0.29 |
| Hex | 87 | C | 71 | 0 | 5B | 10 | 2F | 137 | 54 | 1D |
| Octal | 207 | 14 | 161 | 0 | 133 | 20 | 57 | 467 | 124 | 35 |
| Binary | 10000111 | 1100 | 1110001 | 0 | 1011011 | 10000 | 101111 | 100110111 | 1010100 | 11101 |
Color Harmonies of #870C71
Complementary color
Monochromatic Colors of #870C71
Black with #870C71
Text Example
Text Example
White with #870C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C71; }
p { color: rgb(135,12,113); }
H1.HeaderClassName
{
color: #870C71;
}
.AnyTagClassName
{
color: #870C71;
}
</style>
background-color css
<style>
a { background-color: #870C71; }
a { background-color: rgb(135,12,113); }
div.DivClassName
{
background-color: #870C71;
}
.BgClassName
{
background-color: #870C71;
}
</style>
border-color css
<style>
span { border-color: #870C71; }
span { border-color: rgb(135,12,113); }
td.TdClassName
{
border-color: #870C71;
}
.TagClassName
{
border-color: #870C71;
}
</style>