Shades of Purple #870370
Tints of Purple #870370
RGB
CMYK
RGB Variations
Color information
#870370 (or 0x870370) is known color: Purple. HEX triplet: 87, 03 and 70. RGB value is (135,3,112). Sum of RGB (Red+Green+Blue) = 135+3+112=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #870370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870370 is #78FC8F. Grayscale: #363636. Windows color (decimal): -7928976 or 7340935. OLE color: 7340935.
HSL color Cylindrical-coordinate representation of color #870370: hue angle of 310.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870370 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.47 |
| HSL | 310.45º | 0.96% | 0.27% | - |
| HSV(B) | 310.45º | 0.98% | 0.53% | - |
| XYZ | 12.95 | 6.39 | 15.88 | - |
| YUV | 54.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 112 | 0 | 0.98 | 0.17 | 0.47 | 310.45 | 0.96 | 0.27 |
| Hex | 87 | 3 | 70 | 0 | 62 | 11 | 2F | 136 | 60 | 1B |
| Octal | 207 | 3 | 160 | 0 | 142 | 21 | 57 | 466 | 140 | 33 |
| Binary | 10000111 | 11 | 1110000 | 0 | 1100010 | 10001 | 101111 | 100110110 | 1100000 | 11011 |
Color Harmonies of #870370
Complementary color
Monochromatic Colors of #870370
Black with #870370
Text Example
Text Example
White with #870370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870370; }
p { color: rgb(135,3,112); }
H1.HeaderClassName
{
color: #870370;
}
.AnyTagClassName
{
color: #870370;
}
</style>
background-color css
<style>
a { background-color: #870370; }
a { background-color: rgb(135,3,112); }
div.DivClassName
{
background-color: #870370;
}
.BgClassName
{
background-color: #870370;
}
</style>
border-color css
<style>
span { border-color: #870370; }
span { border-color: rgb(135,3,112); }
td.TdClassName
{
border-color: #870370;
}
.TagClassName
{
border-color: #870370;
}
</style>