Shades of Purple #870379
Tints of Purple #870379
RGB
CMYK
RGB Variations
Color information
#870379 (or 0x870379) is known color: Purple. HEX triplet: 87, 03 and 79. RGB value is (135,3,121). Sum of RGB (Red+Green+Blue) = 135+3+121=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870379 is #78FC86. Grayscale: #373737. Windows color (decimal): -7928967 or 7930759. OLE color: 7930759.
HSL color Cylindrical-coordinate representation of color #870379: hue angle of 306.36º 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 #870379 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.47 |
| HSL | 306.36º | 0.96% | 0.27% | - |
| HSV(B) | 306.36º | 0.98% | 0.53% | - |
| XYZ | 13.48 | 6.6 | 18.65 | - |
| YUV | 55.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 121 | 0 | 0.98 | 0.10 | 0.47 | 306.36 | 0.96 | 0.27 |
| Hex | 87 | 3 | 79 | 0 | 62 | A | 2F | 132 | 60 | 1B |
| Octal | 207 | 3 | 171 | 0 | 142 | 12 | 57 | 462 | 140 | 33 |
| Binary | 10000111 | 11 | 1111001 | 0 | 1100010 | 1010 | 101111 | 100110010 | 1100000 | 11011 |
Color Harmonies of #870379
Complementary color
Monochromatic Colors of #870379
Black with #870379
Text Example
Text Example
White with #870379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870379; }
p { color: rgb(135,3,121); }
H1.HeaderClassName
{
color: #870379;
}
.AnyTagClassName
{
color: #870379;
}
</style>
background-color css
<style>
a { background-color: #870379; }
a { background-color: rgb(135,3,121); }
div.DivClassName
{
background-color: #870379;
}
.BgClassName
{
background-color: #870379;
}
</style>
border-color css
<style>
span { border-color: #870379; }
span { border-color: rgb(135,3,121); }
td.TdClassName
{
border-color: #870379;
}
.TagClassName
{
border-color: #870379;
}
</style>