Shades of Purple #870082
Tints of Purple #870082
RGB
CMYK
RGB Variations
Color information
#870082 (or 0x870082) is known color: Purple. HEX triplet: 87, 00 and 82. RGB value is (135,0,130). Sum of RGB (Red+Green+Blue) = 135+0+130=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #870082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870082 is #78FF7D. Grayscale: #363636. Windows color (decimal): -7929726 or 8519815. OLE color: 8519815.
HSL color Cylindrical-coordinate representation of color #870082: hue angle of 302.22º 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 #870082 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.04 | 0.47 |
| HSL | 302.22º | 1% | 0.26% | - |
| HSV(B) | 302.22º | 1% | 0.53% | - |
| XYZ | 14.02 | 6.76 | 21.69 | - |
| YUV | 55.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 130 | 0 | 1 | 0.04 | 0.47 | 302.22 | 1 | 0.26 |
| Hex | 87 | 0 | 82 | 0 | 64 | 4 | 2F | 12E | 64 | 1A |
| Octal | 207 | 0 | 202 | 0 | 144 | 4 | 57 | 456 | 144 | 32 |
| Binary | 10000111 | 0 | 10000010 | 0 | 1100100 | 100 | 101111 | 100101110 | 1100100 | 11010 |
Color Harmonies of #870082
Complementary color
Monochromatic Colors of #870082
Black with #870082
Text Example
Text Example
White with #870082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870082; }
p { color: rgb(135,0,130); }
H1.HeaderClassName
{
color: #870082;
}
.AnyTagClassName
{
color: #870082;
}
</style>
background-color css
<style>
a { background-color: #870082; }
a { background-color: rgb(135,0,130); }
div.DivClassName
{
background-color: #870082;
}
.BgClassName
{
background-color: #870082;
}
</style>
border-color css
<style>
span { border-color: #870082; }
span { border-color: rgb(135,0,130); }
td.TdClassName
{
border-color: #870082;
}
.TagClassName
{
border-color: #870082;
}
</style>