Shades of Purple #870174
Tints of Purple #870174
RGB
CMYK
RGB Variations
Color information
#870174 (or 0x870174) is known color: Purple. HEX triplet: 87, 01 and 74. RGB value is (135,1,116). Sum of RGB (Red+Green+Blue) = 135+1+116=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870174 is #78FE8B. Grayscale: #353535. Windows color (decimal): -7929484 or 7602567. OLE color: 7602567.
HSL color Cylindrical-coordinate representation of color #870174: hue angle of 308.51º 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 #870174 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.47 |
| HSL | 308.51º | 0.99% | 0.27% | - |
| HSV(B) | 308.51º | 0.99% | 0.53% | - |
| XYZ | 13.15 | 6.43 | 17.07 | - |
| YUV | 54.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 116 | 0 | 0.99 | 0.14 | 0.47 | 308.51 | 0.99 | 0.27 |
| Hex | 87 | 1 | 74 | 0 | 63 | E | 2F | 135 | 63 | 1B |
| Octal | 207 | 1 | 164 | 0 | 143 | 16 | 57 | 465 | 143 | 33 |
| Binary | 10000111 | 1 | 1110100 | 0 | 1100011 | 1110 | 101111 | 100110101 | 1100011 | 11011 |
Color Harmonies of #870174
Complementary color
Monochromatic Colors of #870174
Black with #870174
Text Example
Text Example
White with #870174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870174; }
p { color: rgb(135,1,116); }
H1.HeaderClassName
{
color: #870174;
}
.AnyTagClassName
{
color: #870174;
}
</style>
background-color css
<style>
a { background-color: #870174; }
a { background-color: rgb(135,1,116); }
div.DivClassName
{
background-color: #870174;
}
.BgClassName
{
background-color: #870174;
}
</style>
border-color css
<style>
span { border-color: #870174; }
span { border-color: rgb(135,1,116); }
td.TdClassName
{
border-color: #870174;
}
.TagClassName
{
border-color: #870174;
}
</style>