Shades of Dark Purple #841780
Tints of Dark Purple #841780
RGB
CMYK
RGB Variations
Color information
#841780 (or 0x841780) is known color: Dark Purple. HEX triplet: 84, 17 and 80. RGB value is (132,23,128). Sum of RGB (Red+Green+Blue) = 132+23+128=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #841780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841780 is #7BE87F. Grayscale: #434343. Windows color (decimal): -8120448 or 8394628. OLE color: 8394628.
HSL color Cylindrical-coordinate representation of color #841780: hue angle of 302.2º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841780 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 128 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.48 |
| HSL | 302.2º | 0.7% | 0.3% | - |
| HSV(B) | 302.2º | 0.83% | 0.52% | - |
| XYZ | 13.72 | 7.08 | 21.07 | - |
| YUV | 67.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 128 | 0 | 0.83 | 0.03 | 0.48 | 302.2 | 0.7 | 0.3 |
| Hex | 84 | 17 | 80 | 0 | 53 | 3 | 30 | 12E | 46 | 1E |
| Octal | 204 | 27 | 200 | 0 | 123 | 3 | 60 | 456 | 106 | 36 |
| Binary | 10000100 | 10111 | 10000000 | 0 | 1010011 | 11 | 110000 | 100101110 | 1000110 | 11110 |
Color Harmonies of #841780
Complementary color
Monochromatic Colors of #841780
Black with #841780
Text Example
Text Example
White with #841780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841780; }
p { color: rgb(132,23,128); }
H1.HeaderClassName
{
color: #841780;
}
.AnyTagClassName
{
color: #841780;
}
</style>
background-color css
<style>
a { background-color: #841780; }
a { background-color: rgb(132,23,128); }
div.DivClassName
{
background-color: #841780;
}
.BgClassName
{
background-color: #841780;
}
</style>
border-color css
<style>
span { border-color: #841780; }
span { border-color: rgb(132,23,128); }
td.TdClassName
{
border-color: #841780;
}
.TagClassName
{
border-color: #841780;
}
</style>