Shades of Purple #870182
Tints of Purple #870182
RGB
CMYK
RGB Variations
Color information
#870182 (or 0x870182) is known color: Purple. HEX triplet: 87, 01 and 82. RGB value is (135,1,130). Sum of RGB (Red+Green+Blue) = 135+1+130=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #870182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870182 is #78FE7D. Grayscale: #373737. Windows color (decimal): -7929470 or 8520071. OLE color: 8520071.
HSL color Cylindrical-coordinate representation of color #870182: hue angle of 302.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870182 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.47 |
| HSL | 302.24º | 0.99% | 0.27% | - |
| HSV(B) | 302.24º | 0.99% | 0.53% | - |
| XYZ | 14.03 | 6.78 | 21.69 | - |
| YUV | 55.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 130 | 0 | 0.99 | 0.04 | 0.47 | 302.24 | 0.99 | 0.27 |
| Hex | 87 | 1 | 82 | 0 | 63 | 4 | 2F | 12E | 63 | 1B |
| Octal | 207 | 1 | 202 | 0 | 143 | 4 | 57 | 456 | 143 | 33 |
| Binary | 10000111 | 1 | 10000010 | 0 | 1100011 | 100 | 101111 | 100101110 | 1100011 | 11011 |
Color Harmonies of #870182
Complementary color
Monochromatic Colors of #870182
Black with #870182
Text Example
Text Example
White with #870182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870182; }
p { color: rgb(135,1,130); }
H1.HeaderClassName
{
color: #870182;
}
.AnyTagClassName
{
color: #870182;
}
</style>
background-color css
<style>
a { background-color: #870182; }
a { background-color: rgb(135,1,130); }
div.DivClassName
{
background-color: #870182;
}
.BgClassName
{
background-color: #870182;
}
</style>
border-color css
<style>
span { border-color: #870182; }
span { border-color: rgb(135,1,130); }
td.TdClassName
{
border-color: #870182;
}
.TagClassName
{
border-color: #870182;
}
</style>