Shades of Purple #870073
Tints of Purple #870073
RGB
CMYK
RGB Variations
Color information
#870073 (or 0x870073) is known color: Purple. HEX triplet: 87, 00 and 73. RGB value is (135,0,115). Sum of RGB (Red+Green+Blue) = 135+0+115=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #870073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870073 is #78FF8C. Grayscale: #353535. Windows color (decimal): -7929741 or 7536775. OLE color: 7536775.
HSL color Cylindrical-coordinate representation of color #870073: hue angle of 308.89º 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 #870073 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.15 | 0.47 |
| HSL | 308.89º | 1% | 0.26% | - |
| HSV(B) | 308.89º | 1% | 0.53% | - |
| XYZ | 13.09 | 6.39 | 16.76 | - |
| YUV | 53.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 115 | 0 | 1 | 0.15 | 0.47 | 308.89 | 1 | 0.26 |
| Hex | 87 | 0 | 73 | 0 | 64 | F | 2F | 135 | 64 | 1A |
| Octal | 207 | 0 | 163 | 0 | 144 | 17 | 57 | 465 | 144 | 32 |
| Binary | 10000111 | 0 | 1110011 | 0 | 1100100 | 1111 | 101111 | 100110101 | 1100100 | 11010 |
Color Harmonies of #870073
Complementary color
Monochromatic Colors of #870073
Black with #870073
Text Example
Text Example
White with #870073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870073; }
p { color: rgb(135,0,115); }
H1.HeaderClassName
{
color: #870073;
}
.AnyTagClassName
{
color: #870073;
}
</style>
background-color css
<style>
a { background-color: #870073; }
a { background-color: rgb(135,0,115); }
div.DivClassName
{
background-color: #870073;
}
.BgClassName
{
background-color: #870073;
}
</style>
border-color css
<style>
span { border-color: #870073; }
span { border-color: rgb(135,0,115); }
td.TdClassName
{
border-color: #870073;
}
.TagClassName
{
border-color: #870073;
}
</style>