Shades of Dark Purple #871B78
Tints of Dark Purple #871B78
RGB
CMYK
RGB Variations
Color information
#871B78 (or 0x871B78) is known color: Dark Purple. HEX triplet: 87, 1B and 78. RGB value is (135,27,120). Sum of RGB (Red+Green+Blue) = 135+27+120=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #871B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871B78 is #78E487. Grayscale: #454545. Windows color (decimal): -7922824 or 7871367. OLE color: 7871367.
HSL color Cylindrical-coordinate representation of color #871B78: hue angle of 308.33º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B78 is Cyan = 0, Magento = 0.8, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 120 | - |
| CMYK | 0 | 0.8 | 0.11 | 0.47 |
| HSL | 308.33º | 0.67% | 0.32% | - |
| HSV(B) | 308.33º | 0.8% | 0.53% | - |
| XYZ | 13.77 | 7.29 | 18.45 | - |
| YUV | 69.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 120 | 0 | 0.8 | 0.11 | 0.47 | 308.33 | 0.67 | 0.32 |
| Hex | 87 | 1B | 78 | 0 | 50 | B | 2F | 134 | 43 | 20 |
| Octal | 207 | 33 | 170 | 0 | 120 | 13 | 57 | 464 | 103 | 40 |
| Binary | 10000111 | 11011 | 1111000 | 0 | 1010000 | 1011 | 101111 | 100110100 | 1000011 | 100000 |
Color Harmonies of #871B78
Complementary color
Monochromatic Colors of #871B78
Black with #871B78
Text Example
Text Example
White with #871B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B78; }
p { color: rgb(135,27,120); }
H1.HeaderClassName
{
color: #871B78;
}
.AnyTagClassName
{
color: #871B78;
}
</style>
background-color css
<style>
a { background-color: #871B78; }
a { background-color: rgb(135,27,120); }
div.DivClassName
{
background-color: #871B78;
}
.BgClassName
{
background-color: #871B78;
}
</style>
border-color css
<style>
span { border-color: #871B78; }
span { border-color: rgb(135,27,120); }
td.TdClassName
{
border-color: #871B78;
}
.TagClassName
{
border-color: #871B78;
}
</style>