Shades of Dark Purple #871378
Tints of Dark Purple #871378
RGB
CMYK
RGB Variations
Color information
#871378 (or 0x871378) is known color: Dark Purple. HEX triplet: 87, 13 and 78. RGB value is (135,19,120). Sum of RGB (Red+Green+Blue) = 135+19+120=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #871378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871378 is #78EC87. Grayscale: #404040. Windows color (decimal): -7924872 or 7869319. OLE color: 7869319.
HSL color Cylindrical-coordinate representation of color #871378: hue angle of 307.76º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871378 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 120 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.47 |
| HSL | 307.76º | 0.75% | 0.3% | - |
| HSV(B) | 307.76º | 0.86% | 0.53% | - |
| XYZ | 13.61 | 6.97 | 18.4 | - |
| YUV | 65.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 120 | 0 | 0.86 | 0.11 | 0.47 | 307.76 | 0.75 | 0.3 |
| Hex | 87 | 13 | 78 | 0 | 56 | B | 2F | 134 | 4B | 1E |
| Octal | 207 | 23 | 170 | 0 | 126 | 13 | 57 | 464 | 113 | 36 |
| Binary | 10000111 | 10011 | 1111000 | 0 | 1010110 | 1011 | 101111 | 100110100 | 1001011 | 11110 |
Color Harmonies of #871378
Complementary color
Monochromatic Colors of #871378
Black with #871378
Text Example
Text Example
White with #871378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871378; }
p { color: rgb(135,19,120); }
H1.HeaderClassName
{
color: #871378;
}
.AnyTagClassName
{
color: #871378;
}
</style>
background-color css
<style>
a { background-color: #871378; }
a { background-color: rgb(135,19,120); }
div.DivClassName
{
background-color: #871378;
}
.BgClassName
{
background-color: #871378;
}
</style>
border-color css
<style>
span { border-color: #871378; }
span { border-color: rgb(135,19,120); }
td.TdClassName
{
border-color: #871378;
}
.TagClassName
{
border-color: #871378;
}
</style>