Shades of Purple #870F82
Tints of Purple #870F82
RGB
CMYK
RGB Variations
Color information
#870F82 (or 0x870F82) is known color: Purple. HEX triplet: 87, 0F and 82. RGB value is (135,15,130). Sum of RGB (Red+Green+Blue) = 135+15+130=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #870F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F82 is #78F07D. Grayscale: #3F3F3F. Windows color (decimal): -7925886 or 8523655. OLE color: 8523655.
HSL color Cylindrical-coordinate representation of color #870F82: hue angle of 302.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F82 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 130 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.47 |
| HSL | 302.5º | 0.8% | 0.29% | - |
| HSV(B) | 302.5º | 0.89% | 0.53% | - |
| XYZ | 14.19 | 7.1 | 21.74 | - |
| YUV | 63.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 130 | 0 | 0.89 | 0.04 | 0.47 | 302.5 | 0.8 | 0.29 |
| Hex | 87 | F | 82 | 0 | 59 | 4 | 2F | 12E | 50 | 1D |
| Octal | 207 | 17 | 202 | 0 | 131 | 4 | 57 | 456 | 120 | 35 |
| Binary | 10000111 | 1111 | 10000010 | 0 | 1011001 | 100 | 101111 | 100101110 | 1010000 | 11101 |
Color Harmonies of #870F82
Complementary color
Monochromatic Colors of #870F82
Black with #870F82
Text Example
Text Example
White with #870F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F82; }
p { color: rgb(135,15,130); }
H1.HeaderClassName
{
color: #870F82;
}
.AnyTagClassName
{
color: #870F82;
}
</style>
background-color css
<style>
a { background-color: #870F82; }
a { background-color: rgb(135,15,130); }
div.DivClassName
{
background-color: #870F82;
}
.BgClassName
{
background-color: #870F82;
}
</style>
border-color css
<style>
span { border-color: #870F82; }
span { border-color: rgb(135,15,130); }
td.TdClassName
{
border-color: #870F82;
}
.TagClassName
{
border-color: #870F82;
}
</style>