Shades of Purple #870583
Tints of Purple #870583
RGB
CMYK
RGB Variations
Color information
#870583 (or 0x870583) is known color: Purple. HEX triplet: 87, 05 and 83. RGB value is (135,5,131). Sum of RGB (Red+Green+Blue) = 135+5+131=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870583 is #78FA7C. Grayscale: #393939. Windows color (decimal): -7928445 or 8586631. OLE color: 8586631.
HSL color Cylindrical-coordinate representation of color #870583: hue angle of 301.85º 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 #870583 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 131 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.47 |
| HSL | 301.85º | 0.93% | 0.27% | - |
| HSV(B) | 301.85º | 0.96% | 0.53% | - |
| XYZ | 14.14 | 6.9 | 22.06 | - |
| YUV | 58.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 131 | 0 | 0.96 | 0.03 | 0.47 | 301.85 | 0.93 | 0.27 |
| Hex | 87 | 5 | 83 | 0 | 60 | 3 | 2F | 12E | 5D | 1B |
| Octal | 207 | 5 | 203 | 0 | 140 | 3 | 57 | 456 | 135 | 33 |
| Binary | 10000111 | 101 | 10000011 | 0 | 1100000 | 11 | 101111 | 100101110 | 1011101 | 11011 |
Color Harmonies of #870583
Complementary color
Monochromatic Colors of #870583
Black with #870583
Text Example
Text Example
White with #870583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870583; }
p { color: rgb(135,5,131); }
H1.HeaderClassName
{
color: #870583;
}
.AnyTagClassName
{
color: #870583;
}
</style>
background-color css
<style>
a { background-color: #870583; }
a { background-color: rgb(135,5,131); }
div.DivClassName
{
background-color: #870583;
}
.BgClassName
{
background-color: #870583;
}
</style>
border-color css
<style>
span { border-color: #870583; }
span { border-color: rgb(135,5,131); }
td.TdClassName
{
border-color: #870583;
}
.TagClassName
{
border-color: #870583;
}
</style>