Shades of Purple #870083
Tints of Purple #870083
RGB
CMYK
RGB Variations
Color information
#870083 (or 0x870083) is known color: Purple. HEX triplet: 87, 00 and 83. RGB value is (135,0,131). Sum of RGB (Red+Green+Blue) = 135+0+131=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #870083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870083 is #78FF7C. Grayscale: #363636. Windows color (decimal): -7929725 or 8585351. OLE color: 8585351.
HSL color Cylindrical-coordinate representation of color #870083: hue angle of 301.78º 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 #870083 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.03 | 0.47 |
| HSL | 301.78º | 1% | 0.26% | - |
| HSV(B) | 301.78º | 1% | 0.53% | - |
| XYZ | 14.09 | 6.79 | 22.04 | - |
| YUV | 55.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 131 | 0 | 1 | 0.03 | 0.47 | 301.78 | 1 | 0.26 |
| Hex | 87 | 0 | 83 | 0 | 64 | 3 | 2F | 12E | 64 | 1A |
| Octal | 207 | 0 | 203 | 0 | 144 | 3 | 57 | 456 | 144 | 32 |
| Binary | 10000111 | 0 | 10000011 | 0 | 1100100 | 11 | 101111 | 100101110 | 1100100 | 11010 |
Color Harmonies of #870083
Complementary color
Monochromatic Colors of #870083
Black with #870083
Text Example
Text Example
White with #870083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870083; }
p { color: rgb(135,0,131); }
H1.HeaderClassName
{
color: #870083;
}
.AnyTagClassName
{
color: #870083;
}
</style>
background-color css
<style>
a { background-color: #870083; }
a { background-color: rgb(135,0,131); }
div.DivClassName
{
background-color: #870083;
}
.BgClassName
{
background-color: #870083;
}
</style>
border-color css
<style>
span { border-color: #870083; }
span { border-color: rgb(135,0,131); }
td.TdClassName
{
border-color: #870083;
}
.TagClassName
{
border-color: #870083;
}
</style>