Shades of Purple #870C7E
Tints of Purple #870C7E
RGB
CMYK
RGB Variations
Color information
#870C7E (or 0x870C7E) is known color: Purple. HEX triplet: 87, 0C and 7E. RGB value is (135,12,126). Sum of RGB (Red+Green+Blue) = 135+12+126=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C7E is #78F381. Grayscale: #3D3D3D. Windows color (decimal): -7926658 or 8260743. OLE color: 8260743.
HSL color Cylindrical-coordinate representation of color #870C7E: hue angle of 304.39º 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 #870C7E is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 126 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.47 |
| HSL | 304.39º | 0.84% | 0.29% | - |
| HSV(B) | 304.39º | 0.91% | 0.53% | - |
| XYZ | 13.89 | 6.92 | 20.34 | - |
| YUV | 61.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 126 | 0 | 0.91 | 0.07 | 0.47 | 304.39 | 0.84 | 0.29 |
| Hex | 87 | C | 7E | 0 | 5B | 7 | 2F | 130 | 54 | 1D |
| Octal | 207 | 14 | 176 | 0 | 133 | 7 | 57 | 460 | 124 | 35 |
| Binary | 10000111 | 1100 | 1111110 | 0 | 1011011 | 111 | 101111 | 100110000 | 1010100 | 11101 |
Color Harmonies of #870C7E
Complementary color
Monochromatic Colors of #870C7E
Black with #870C7E
Text Example
Text Example
White with #870C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C7E; }
p { color: rgb(135,12,126); }
H1.HeaderClassName
{
color: #870C7E;
}
.AnyTagClassName
{
color: #870C7E;
}
</style>
background-color css
<style>
a { background-color: #870C7E; }
a { background-color: rgb(135,12,126); }
div.DivClassName
{
background-color: #870C7E;
}
.BgClassName
{
background-color: #870C7E;
}
</style>
border-color css
<style>
span { border-color: #870C7E; }
span { border-color: rgb(135,12,126); }
td.TdClassName
{
border-color: #870C7E;
}
.TagClassName
{
border-color: #870C7E;
}
</style>