Shades of Purple #870582
Tints of Purple #870582
RGB
CMYK
RGB Variations
Color information
#870582 (or 0x870582) is known color: Purple. HEX triplet: 87, 05 and 82. RGB value is (135,5,130). Sum of RGB (Red+Green+Blue) = 135+5+130=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870582 is #78FA7D. Grayscale: #393939. Windows color (decimal): -7928446 or 8521095. OLE color: 8521095.
HSL color Cylindrical-coordinate representation of color #870582: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870582 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 130 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.47 |
| HSL | 302.31º | 0.93% | 0.27% | - |
| HSV(B) | 302.31º | 0.96% | 0.53% | - |
| XYZ | 14.08 | 6.87 | 21.7 | - |
| YUV | 58.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 130 | 0 | 0.96 | 0.04 | 0.47 | 302.31 | 0.93 | 0.27 |
| Hex | 87 | 5 | 82 | 0 | 60 | 4 | 2F | 12E | 5D | 1B |
| Octal | 207 | 5 | 202 | 0 | 140 | 4 | 57 | 456 | 135 | 33 |
| Binary | 10000111 | 101 | 10000010 | 0 | 1100000 | 100 | 101111 | 100101110 | 1011101 | 11011 |
Color Harmonies of #870582
Complementary color
Monochromatic Colors of #870582
Black with #870582
Text Example
Text Example
White with #870582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870582; }
p { color: rgb(135,5,130); }
H1.HeaderClassName
{
color: #870582;
}
.AnyTagClassName
{
color: #870582;
}
</style>
background-color css
<style>
a { background-color: #870582; }
a { background-color: rgb(135,5,130); }
div.DivClassName
{
background-color: #870582;
}
.BgClassName
{
background-color: #870582;
}
</style>
border-color css
<style>
span { border-color: #870582; }
span { border-color: rgb(135,5,130); }
td.TdClassName
{
border-color: #870582;
}
.TagClassName
{
border-color: #870582;
}
</style>