Shades of Dark Purple #872180
Tints of Dark Purple #872180
RGB
CMYK
RGB Variations
Color information
#872180 (or 0x872180) is known color: Dark Purple. HEX triplet: 87, 21 and 80. RGB value is (135,33,128). Sum of RGB (Red+Green+Blue) = 135+33+128=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #872180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872180 is #78DE7F. Grayscale: #4A4A4A. Windows color (decimal): -7921280 or 8397191. OLE color: 8397191.
HSL color Cylindrical-coordinate representation of color #872180: hue angle of 304.12º degrees, saturation: 0.61, 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 #872180 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 128 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.47 |
| HSL | 304.12º | 0.61% | 0.33% | - |
| HSV(B) | 304.12º | 0.76% | 0.53% | - |
| XYZ | 14.43 | 7.8 | 21.17 | - |
| YUV | 74.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 128 | 0 | 0.76 | 0.05 | 0.47 | 304.12 | 0.61 | 0.33 |
| Hex | 87 | 21 | 80 | 0 | 4C | 5 | 2F | 130 | 3D | 21 |
| Octal | 207 | 41 | 200 | 0 | 114 | 5 | 57 | 460 | 75 | 41 |
| Binary | 10000111 | 100001 | 10000000 | 0 | 1001100 | 101 | 101111 | 100110000 | 111101 | 100001 |
Color Harmonies of #872180
Complementary color
Monochromatic Colors of #872180
Black with #872180
Text Example
Text Example
White with #872180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872180; }
p { color: rgb(135,33,128); }
H1.HeaderClassName
{
color: #872180;
}
.AnyTagClassName
{
color: #872180;
}
</style>
background-color css
<style>
a { background-color: #872180; }
a { background-color: rgb(135,33,128); }
div.DivClassName
{
background-color: #872180;
}
.BgClassName
{
background-color: #872180;
}
</style>
border-color css
<style>
span { border-color: #872180; }
span { border-color: rgb(135,33,128); }
td.TdClassName
{
border-color: #872180;
}
.TagClassName
{
border-color: #872180;
}
</style>