Shades of Dark Purple #841681
Tints of Dark Purple #841681
RGB
CMYK
RGB Variations
Color information
#841681 (or 0x841681) is known color: Dark Purple. HEX triplet: 84, 16 and 81. RGB value is (132,22,129). Sum of RGB (Red+Green+Blue) = 132+22+129=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #841681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841681 is #7BE97E. Grayscale: #424242. Windows color (decimal): -8120703 or 8459908. OLE color: 8459908.
HSL color Cylindrical-coordinate representation of color #841681: hue angle of 301.64º degrees, saturation: 0.71, 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 #841681 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 129 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.48 |
| HSL | 301.64º | 0.71% | 0.3% | - |
| HSV(B) | 301.64º | 0.83% | 0.52% | - |
| XYZ | 13.77 | 7.06 | 21.41 | - |
| YUV | 67.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 129 | 0 | 0.83 | 0.02 | 0.48 | 301.64 | 0.71 | 0.3 |
| Hex | 84 | 16 | 81 | 0 | 53 | 2 | 30 | 12E | 47 | 1E |
| Octal | 204 | 26 | 201 | 0 | 123 | 2 | 60 | 456 | 107 | 36 |
| Binary | 10000100 | 10110 | 10000001 | 0 | 1010011 | 10 | 110000 | 100101110 | 1000111 | 11110 |
Color Harmonies of #841681
Complementary color
Monochromatic Colors of #841681
Black with #841681
Text Example
Text Example
White with #841681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841681; }
p { color: rgb(132,22,129); }
H1.HeaderClassName
{
color: #841681;
}
.AnyTagClassName
{
color: #841681;
}
</style>
background-color css
<style>
a { background-color: #841681; }
a { background-color: rgb(132,22,129); }
div.DivClassName
{
background-color: #841681;
}
.BgClassName
{
background-color: #841681;
}
</style>
border-color css
<style>
span { border-color: #841681; }
span { border-color: rgb(132,22,129); }
td.TdClassName
{
border-color: #841681;
}
.TagClassName
{
border-color: #841681;
}
</style>