Shades of Purple #870178
Tints of Purple #870178
RGB
CMYK
RGB Variations
Color information
#870178 (or 0x870178) is known color: Purple. HEX triplet: 87, 01 and 78. RGB value is (135,1,120). Sum of RGB (Red+Green+Blue) = 135+1+120=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870178 is #78FE87. Grayscale: #363636. Windows color (decimal): -7929480 or 7864711. OLE color: 7864711.
HSL color Cylindrical-coordinate representation of color #870178: hue angle of 306.72º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870178 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.47 |
| HSL | 306.72º | 0.99% | 0.27% | - |
| HSV(B) | 306.72º | 0.99% | 0.53% | - |
| XYZ | 13.39 | 6.53 | 18.32 | - |
| YUV | 54.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 120 | 0 | 0.99 | 0.11 | 0.47 | 306.72 | 0.99 | 0.27 |
| Hex | 87 | 1 | 78 | 0 | 63 | B | 2F | 133 | 63 | 1B |
| Octal | 207 | 1 | 170 | 0 | 143 | 13 | 57 | 463 | 143 | 33 |
| Binary | 10000111 | 1 | 1111000 | 0 | 1100011 | 1011 | 101111 | 100110011 | 1100011 | 11011 |
Color Harmonies of #870178
Complementary color
Monochromatic Colors of #870178
Black with #870178
Text Example
Text Example
White with #870178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870178; }
p { color: rgb(135,1,120); }
H1.HeaderClassName
{
color: #870178;
}
.AnyTagClassName
{
color: #870178;
}
</style>
background-color css
<style>
a { background-color: #870178; }
a { background-color: rgb(135,1,120); }
div.DivClassName
{
background-color: #870178;
}
.BgClassName
{
background-color: #870178;
}
</style>
border-color css
<style>
span { border-color: #870178; }
span { border-color: rgb(135,1,120); }
td.TdClassName
{
border-color: #870178;
}
.TagClassName
{
border-color: #870178;
}
</style>