Shades of Purple #870072
Tints of Purple #870072
RGB
CMYK
RGB Variations
Color information
#870072 (or 0x870072) is known color: Purple. HEX triplet: 87, 00 and 72. RGB value is (135,0,114). Sum of RGB (Red+Green+Blue) = 135+0+114=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870072 is #78FF8D. Grayscale: #353535. Windows color (decimal): -7929742 or 7471239. OLE color: 7471239.
HSL color Cylindrical-coordinate representation of color #870072: hue angle of 309.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870072 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.16 | 0.47 |
| HSL | 309.33º | 1% | 0.26% | - |
| HSV(B) | 309.33º | 1% | 0.53% | - |
| XYZ | 13.03 | 6.37 | 16.46 | - |
| YUV | 53.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 114 | 0 | 1 | 0.16 | 0.47 | 309.33 | 1 | 0.26 |
| Hex | 87 | 0 | 72 | 0 | 64 | 10 | 2F | 135 | 64 | 1A |
| Octal | 207 | 0 | 162 | 0 | 144 | 20 | 57 | 465 | 144 | 32 |
| Binary | 10000111 | 0 | 1110010 | 0 | 1100100 | 10000 | 101111 | 100110101 | 1100100 | 11010 |
Color Harmonies of #870072
Complementary color
Monochromatic Colors of #870072
Black with #870072
Text Example
Text Example
White with #870072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870072; }
p { color: rgb(135,0,114); }
H1.HeaderClassName
{
color: #870072;
}
.AnyTagClassName
{
color: #870072;
}
</style>
background-color css
<style>
a { background-color: #870072; }
a { background-color: rgb(135,0,114); }
div.DivClassName
{
background-color: #870072;
}
.BgClassName
{
background-color: #870072;
}
</style>
border-color css
<style>
span { border-color: #870072; }
span { border-color: rgb(135,0,114); }
td.TdClassName
{
border-color: #870072;
}
.TagClassName
{
border-color: #870072;
}
</style>