Shades of Purple #870283
Tints of Purple #870283
RGB
CMYK
RGB Variations
Color information
#870283 (or 0x870283) is known color: Purple. HEX triplet: 87, 02 and 83. RGB value is (135,2,131). Sum of RGB (Red+Green+Blue) = 135+2+131=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870283 is #78FD7C. Grayscale: #383838. Windows color (decimal): -7929213 or 8585863. OLE color: 8585863.
HSL color Cylindrical-coordinate representation of color #870283: hue angle of 301.8º degrees, saturation: 0.97, 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 #870283 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.47 |
| HSL | 301.8º | 0.97% | 0.27% | - |
| HSV(B) | 301.8º | 0.99% | 0.53% | - |
| XYZ | 14.11 | 6.83 | 22.05 | - |
| YUV | 56.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 131 | 0 | 0.99 | 0.03 | 0.47 | 301.8 | 0.97 | 0.27 |
| Hex | 87 | 2 | 83 | 0 | 63 | 3 | 2F | 12E | 61 | 1B |
| Octal | 207 | 2 | 203 | 0 | 143 | 3 | 57 | 456 | 141 | 33 |
| Binary | 10000111 | 10 | 10000011 | 0 | 1100011 | 11 | 101111 | 100101110 | 1100001 | 11011 |
Color Harmonies of #870283
Complementary color
Monochromatic Colors of #870283
Black with #870283
Text Example
Text Example
White with #870283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870283; }
p { color: rgb(135,2,131); }
H1.HeaderClassName
{
color: #870283;
}
.AnyTagClassName
{
color: #870283;
}
</style>
background-color css
<style>
a { background-color: #870283; }
a { background-color: rgb(135,2,131); }
div.DivClassName
{
background-color: #870283;
}
.BgClassName
{
background-color: #870283;
}
</style>
border-color css
<style>
span { border-color: #870283; }
span { border-color: rgb(135,2,131); }
td.TdClassName
{
border-color: #870283;
}
.TagClassName
{
border-color: #870283;
}
</style>