Shades of Purple #841180
Tints of Purple #841180
RGB
CMYK
RGB Variations
Color information
#841180 (or 0x841180) is known color: Purple. HEX triplet: 84, 11 and 80. RGB value is (132,17,128). Sum of RGB (Red+Green+Blue) = 132+17+128=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #841180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841180 is #7BEE7F. Grayscale: #3F3F3F. Windows color (decimal): -8121984 or 8393092. OLE color: 8393092.
HSL color Cylindrical-coordinate representation of color #841180: hue angle of 302.09º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841180 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 128 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.48 |
| HSL | 302.09º | 0.77% | 0.29% | - |
| HSV(B) | 302.09º | 0.87% | 0.52% | - |
| XYZ | 13.61 | 6.86 | 21.03 | - |
| YUV | 64.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 128 | 0 | 0.87 | 0.03 | 0.48 | 302.09 | 0.77 | 0.29 |
| Hex | 84 | 11 | 80 | 0 | 57 | 3 | 30 | 12E | 4D | 1D |
| Octal | 204 | 21 | 200 | 0 | 127 | 3 | 60 | 456 | 115 | 35 |
| Binary | 10000100 | 10001 | 10000000 | 0 | 1010111 | 11 | 110000 | 100101110 | 1001101 | 11101 |
Color Harmonies of #841180
Complementary color
Monochromatic Colors of #841180
Black with #841180
Text Example
Text Example
White with #841180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841180; }
p { color: rgb(132,17,128); }
H1.HeaderClassName
{
color: #841180;
}
.AnyTagClassName
{
color: #841180;
}
</style>
background-color css
<style>
a { background-color: #841180; }
a { background-color: rgb(132,17,128); }
div.DivClassName
{
background-color: #841180;
}
.BgClassName
{
background-color: #841180;
}
</style>
border-color css
<style>
span { border-color: #841180; }
span { border-color: rgb(132,17,128); }
td.TdClassName
{
border-color: #841180;
}
.TagClassName
{
border-color: #841180;
}
</style>