Shades of Purple #870481
Tints of Purple #870481
RGB
CMYK
RGB Variations
Color information
#870481 (or 0x870481) is known color: Purple. HEX triplet: 87, 04 and 81. RGB value is (135,4,129). Sum of RGB (Red+Green+Blue) = 135+4+129=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870481 is #78FB7E. Grayscale: #393939. Windows color (decimal): -7928703 or 8455303. OLE color: 8455303.
HSL color Cylindrical-coordinate representation of color #870481: hue angle of 302.75º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870481 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 129 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.47 |
| HSL | 302.75º | 0.94% | 0.27% | - |
| HSV(B) | 302.75º | 0.97% | 0.53% | - |
| XYZ | 14 | 6.82 | 21.35 | - |
| YUV | 57.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 129 | 0 | 0.97 | 0.04 | 0.47 | 302.75 | 0.94 | 0.27 |
| Hex | 87 | 4 | 81 | 0 | 61 | 4 | 2F | 12F | 5E | 1B |
| Octal | 207 | 4 | 201 | 0 | 141 | 4 | 57 | 457 | 136 | 33 |
| Binary | 10000111 | 100 | 10000001 | 0 | 1100001 | 100 | 101111 | 100101111 | 1011110 | 11011 |
Color Harmonies of #870481
Complementary color
Monochromatic Colors of #870481
Black with #870481
Text Example
Text Example
White with #870481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870481; }
p { color: rgb(135,4,129); }
H1.HeaderClassName
{
color: #870481;
}
.AnyTagClassName
{
color: #870481;
}
</style>
background-color css
<style>
a { background-color: #870481; }
a { background-color: rgb(135,4,129); }
div.DivClassName
{
background-color: #870481;
}
.BgClassName
{
background-color: #870481;
}
</style>
border-color css
<style>
span { border-color: #870481; }
span { border-color: rgb(135,4,129); }
td.TdClassName
{
border-color: #870481;
}
.TagClassName
{
border-color: #870481;
}
</style>