Shades of Dark Purple #841168
Tints of Dark Purple #841168
RGB
CMYK
RGB Variations
Color information
#841168 (or 0x841168) is known color: Dark Purple. HEX triplet: 84, 11 and 68. RGB value is (132,17,104). Sum of RGB (Red+Green+Blue) = 132+17+104=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841168 is #7BEE97. Grayscale: #3D3D3D. Windows color (decimal): -8122008 or 6820228. OLE color: 6820228.
HSL color Cylindrical-coordinate representation of color #841168: hue angle of 314.61º 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 #841168 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 104 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.48 |
| HSL | 314.61º | 0.77% | 0.29% | - |
| HSV(B) | 314.61º | 0.87% | 0.52% | - |
| XYZ | 12.21 | 6.31 | 13.67 | - |
| YUV | 61.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 104 | 0 | 0.87 | 0.21 | 0.48 | 314.61 | 0.77 | 0.29 |
| Hex | 84 | 11 | 68 | 0 | 57 | 15 | 30 | 13B | 4D | 1D |
| Octal | 204 | 21 | 150 | 0 | 127 | 25 | 60 | 473 | 115 | 35 |
| Binary | 10000100 | 10001 | 1101000 | 0 | 1010111 | 10101 | 110000 | 100111011 | 1001101 | 11101 |
Color Harmonies of #841168
Complementary color
Monochromatic Colors of #841168
Black with #841168
Text Example
Text Example
White with #841168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841168; }
p { color: rgb(132,17,104); }
H1.HeaderClassName
{
color: #841168;
}
.AnyTagClassName
{
color: #841168;
}
</style>
background-color css
<style>
a { background-color: #841168; }
a { background-color: rgb(132,17,104); }
div.DivClassName
{
background-color: #841168;
}
.BgClassName
{
background-color: #841168;
}
</style>
border-color css
<style>
span { border-color: #841168; }
span { border-color: rgb(132,17,104); }
td.TdClassName
{
border-color: #841168;
}
.TagClassName
{
border-color: #841168;
}
</style>