Shades of Purple #870A7C
Tints of Purple #870A7C
RGB
CMYK
RGB Variations
Color information
#870A7C (or 0x870A7C) is known color: Purple. HEX triplet: 87, 0A and 7C. RGB value is (135,10,124). Sum of RGB (Red+Green+Blue) = 135+10+124=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A7C is #78F583. Grayscale: #3C3C3C. Windows color (decimal): -7927172 or 8129159. OLE color: 8129159.
HSL color Cylindrical-coordinate representation of color #870A7C: hue angle of 305.28º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A7C is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 124 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.47 |
| HSL | 305.28º | 0.86% | 0.28% | - |
| HSV(B) | 305.28º | 0.93% | 0.53% | - |
| XYZ | 13.74 | 6.82 | 19.66 | - |
| YUV | 60.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 124 | 0 | 0.93 | 0.08 | 0.47 | 305.28 | 0.86 | 0.28 |
| Hex | 87 | A | 7C | 0 | 5D | 8 | 2F | 131 | 56 | 1C |
| Octal | 207 | 12 | 174 | 0 | 135 | 10 | 57 | 461 | 126 | 34 |
| Binary | 10000111 | 1010 | 1111100 | 0 | 1011101 | 1000 | 101111 | 100110001 | 1010110 | 11100 |
Color Harmonies of #870A7C
Complementary color
Monochromatic Colors of #870A7C
Black with #870A7C
Text Example
Text Example
White with #870A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A7C; }
p { color: rgb(135,10,124); }
H1.HeaderClassName
{
color: #870A7C;
}
.AnyTagClassName
{
color: #870A7C;
}
</style>
background-color css
<style>
a { background-color: #870A7C; }
a { background-color: rgb(135,10,124); }
div.DivClassName
{
background-color: #870A7C;
}
.BgClassName
{
background-color: #870A7C;
}
</style>
border-color css
<style>
span { border-color: #870A7C; }
span { border-color: rgb(135,10,124); }
td.TdClassName
{
border-color: #870A7C;
}
.TagClassName
{
border-color: #870A7C;
}
</style>