Shades of Dark Purple #872980
Tints of Dark Purple #872980
RGB
CMYK
RGB Variations
Color information
#872980 (or 0x872980) is known color: Dark Purple. HEX triplet: 87, 29 and 80. RGB value is (135,41,128). Sum of RGB (Red+Green+Blue) = 135+41+128=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #872980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872980 is #78D67F. Grayscale: #4E4E4E. Windows color (decimal): -7919232 or 8399239. OLE color: 8399239.
HSL color Cylindrical-coordinate representation of color #872980: hue angle of 304.47º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872980 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 128 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.47 |
| HSL | 304.47º | 0.53% | 0.35% | - |
| HSV(B) | 304.47º | 0.7% | 0.53% | - |
| XYZ | 14.68 | 8.3 | 21.25 | - |
| YUV | 79.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 128 | 0 | 0.70 | 0.05 | 0.47 | 304.47 | 0.53 | 0.35 |
| Hex | 87 | 29 | 80 | 0 | 46 | 5 | 2F | 130 | 35 | 23 |
| Octal | 207 | 51 | 200 | 0 | 106 | 5 | 57 | 460 | 65 | 43 |
| Binary | 10000111 | 101001 | 10000000 | 0 | 1000110 | 101 | 101111 | 100110000 | 110101 | 100011 |
Color Harmonies of #872980
Complementary color
Monochromatic Colors of #872980
Black with #872980
Text Example
Text Example
White with #872980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872980; }
p { color: rgb(135,41,128); }
H1.HeaderClassName
{
color: #872980;
}
.AnyTagClassName
{
color: #872980;
}
</style>
background-color css
<style>
a { background-color: #872980; }
a { background-color: rgb(135,41,128); }
div.DivClassName
{
background-color: #872980;
}
.BgClassName
{
background-color: #872980;
}
</style>
border-color css
<style>
span { border-color: #872980; }
span { border-color: rgb(135,41,128); }
td.TdClassName
{
border-color: #872980;
}
.TagClassName
{
border-color: #872980;
}
</style>