Shades of Dark Purple #872078
Tints of Dark Purple #872078
RGB
CMYK
RGB Variations
Color information
#872078 (or 0x872078) is known color: Dark Purple. HEX triplet: 87, 20 and 78. RGB value is (135,32,120). Sum of RGB (Red+Green+Blue) = 135+32+120=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #872078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872078 is #78DF87. Grayscale: #484848. Windows color (decimal): -7921544 or 7872647. OLE color: 7872647.
HSL color Cylindrical-coordinate representation of color #872078: hue angle of 308.74º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872078 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 120 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.47 |
| HSL | 308.74º | 0.62% | 0.33% | - |
| HSV(B) | 308.74º | 0.76% | 0.53% | - |
| XYZ | 13.9 | 7.54 | 18.49 | - |
| YUV | 72.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 120 | 0 | 0.76 | 0.11 | 0.47 | 308.74 | 0.62 | 0.33 |
| Hex | 87 | 20 | 78 | 0 | 4C | B | 2F | 135 | 3E | 21 |
| Octal | 207 | 40 | 170 | 0 | 114 | 13 | 57 | 465 | 76 | 41 |
| Binary | 10000111 | 100000 | 1111000 | 0 | 1001100 | 1011 | 101111 | 100110101 | 111110 | 100001 |
Color Harmonies of #872078
Complementary color
Monochromatic Colors of #872078
Black with #872078
Text Example
Text Example
White with #872078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872078; }
p { color: rgb(135,32,120); }
H1.HeaderClassName
{
color: #872078;
}
.AnyTagClassName
{
color: #872078;
}
</style>
background-color css
<style>
a { background-color: #872078; }
a { background-color: rgb(135,32,120); }
div.DivClassName
{
background-color: #872078;
}
.BgClassName
{
background-color: #872078;
}
</style>
border-color css
<style>
span { border-color: #872078; }
span { border-color: rgb(135,32,120); }
td.TdClassName
{
border-color: #872078;
}
.TagClassName
{
border-color: #872078;
}
</style>