Shades of Purple #870878
Tints of Purple #870878
RGB
CMYK
RGB Variations
Color information
#870878 (or 0x870878) is known color: Purple. HEX triplet: 87, 08 and 78. RGB value is (135,8,120). Sum of RGB (Red+Green+Blue) = 135+8+120=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #870878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870878 is #78F787. Grayscale: #3A3A3A. Windows color (decimal): -7927688 or 7866503. OLE color: 7866503.
HSL color Cylindrical-coordinate representation of color #870878: hue angle of 307.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870878 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 120 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.47 |
| HSL | 307.09º | 0.89% | 0.28% | - |
| HSV(B) | 307.09º | 0.94% | 0.53% | - |
| XYZ | 13.47 | 6.68 | 18.35 | - |
| YUV | 58.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 120 | 0 | 0.94 | 0.11 | 0.47 | 307.09 | 0.89 | 0.28 |
| Hex | 87 | 8 | 78 | 0 | 5E | B | 2F | 133 | 59 | 1C |
| Octal | 207 | 10 | 170 | 0 | 136 | 13 | 57 | 463 | 131 | 34 |
| Binary | 10000111 | 1000 | 1111000 | 0 | 1011110 | 1011 | 101111 | 100110011 | 1011001 | 11100 |
Color Harmonies of #870878
Complementary color
Monochromatic Colors of #870878
Black with #870878
Text Example
Text Example
White with #870878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870878; }
p { color: rgb(135,8,120); }
H1.HeaderClassName
{
color: #870878;
}
.AnyTagClassName
{
color: #870878;
}
</style>
background-color css
<style>
a { background-color: #870878; }
a { background-color: rgb(135,8,120); }
div.DivClassName
{
background-color: #870878;
}
.BgClassName
{
background-color: #870878;
}
</style>
border-color css
<style>
span { border-color: #870878; }
span { border-color: rgb(135,8,120); }
td.TdClassName
{
border-color: #870878;
}
.TagClassName
{
border-color: #870878;
}
</style>