Shades of Dark Purple #841177
Tints of Dark Purple #841177
RGB
CMYK
RGB Variations
Color information
#841177 (or 0x841177) is known color: Dark Purple. HEX triplet: 84, 11 and 77. RGB value is (132,17,119). Sum of RGB (Red+Green+Blue) = 132+17+119=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841177 is #7BEE88. Grayscale: #3E3E3E. Windows color (decimal): -8121993 or 7803268. OLE color: 7803268.
HSL color Cylindrical-coordinate representation of color #841177: hue angle of 306.78º 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 #841177 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 119 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.48 |
| HSL | 306.78º | 0.77% | 0.29% | - |
| HSV(B) | 306.78º | 0.87% | 0.52% | - |
| XYZ | 13.05 | 6.64 | 18.05 | - |
| YUV | 63.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 119 | 0 | 0.87 | 0.10 | 0.48 | 306.78 | 0.77 | 0.29 |
| Hex | 84 | 11 | 77 | 0 | 57 | A | 30 | 133 | 4D | 1D |
| Octal | 204 | 21 | 167 | 0 | 127 | 12 | 60 | 463 | 115 | 35 |
| Binary | 10000100 | 10001 | 1110111 | 0 | 1010111 | 1010 | 110000 | 100110011 | 1001101 | 11101 |
Color Harmonies of #841177
Complementary color
Monochromatic Colors of #841177
Black with #841177
Text Example
Text Example
White with #841177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841177; }
p { color: rgb(132,17,119); }
H1.HeaderClassName
{
color: #841177;
}
.AnyTagClassName
{
color: #841177;
}
</style>
background-color css
<style>
a { background-color: #841177; }
a { background-color: rgb(132,17,119); }
div.DivClassName
{
background-color: #841177;
}
.BgClassName
{
background-color: #841177;
}
</style>
border-color css
<style>
span { border-color: #841177; }
span { border-color: rgb(132,17,119); }
td.TdClassName
{
border-color: #841177;
}
.TagClassName
{
border-color: #841177;
}
</style>