Shades of Dark Purple #871478
Tints of Dark Purple #871478
RGB
CMYK
RGB Variations
Color information
#871478 (or 0x871478) is known color: Dark Purple. HEX triplet: 87, 14 and 78. RGB value is (135,20,120). Sum of RGB (Red+Green+Blue) = 135+20+120=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #871478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871478 is #78EB87. Grayscale: #414141. Windows color (decimal): -7924616 or 7869575. OLE color: 7869575.
HSL color Cylindrical-coordinate representation of color #871478: hue angle of 307.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871478 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 120 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.47 |
| HSL | 307.83º | 0.74% | 0.3% | - |
| HSV(B) | 307.83º | 0.85% | 0.53% | - |
| XYZ | 13.63 | 7.01 | 18.4 | - |
| YUV | 65.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 120 | 0 | 0.85 | 0.11 | 0.47 | 307.83 | 0.74 | 0.3 |
| Hex | 87 | 14 | 78 | 0 | 55 | B | 2F | 134 | 4A | 1E |
| Octal | 207 | 24 | 170 | 0 | 125 | 13 | 57 | 464 | 112 | 36 |
| Binary | 10000111 | 10100 | 1111000 | 0 | 1010101 | 1011 | 101111 | 100110100 | 1001010 | 11110 |
Color Harmonies of #871478
Complementary color
Monochromatic Colors of #871478
Black with #871478
Text Example
Text Example
White with #871478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871478; }
p { color: rgb(135,20,120); }
H1.HeaderClassName
{
color: #871478;
}
.AnyTagClassName
{
color: #871478;
}
</style>
background-color css
<style>
a { background-color: #871478; }
a { background-color: rgb(135,20,120); }
div.DivClassName
{
background-color: #871478;
}
.BgClassName
{
background-color: #871478;
}
</style>
border-color css
<style>
span { border-color: #871478; }
span { border-color: rgb(135,20,120); }
td.TdClassName
{
border-color: #871478;
}
.TagClassName
{
border-color: #871478;
}
</style>