Shades of Dark Purple #841582
Tints of Dark Purple #841582
RGB
CMYK
RGB Variations
Color information
#841582 (or 0x841582) is known color: Dark Purple. HEX triplet: 84, 15 and 82. RGB value is (132,21,130). Sum of RGB (Red+Green+Blue) = 132+21+130=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #841582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841582 is #7BEA7D. Grayscale: #424242. Windows color (decimal): -8120958 or 8525188. OLE color: 8525188.
HSL color Cylindrical-coordinate representation of color #841582: hue angle of 301.08º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841582 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 130 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.48 |
| HSL | 301.08º | 0.73% | 0.3% | - |
| HSV(B) | 301.08º | 0.84% | 0.52% | - |
| XYZ | 13.81 | 7.05 | 21.75 | - |
| YUV | 66.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 130 | 0 | 0.84 | 0.02 | 0.48 | 301.08 | 0.73 | 0.3 |
| Hex | 84 | 15 | 82 | 0 | 54 | 2 | 30 | 12D | 49 | 1E |
| Octal | 204 | 25 | 202 | 0 | 124 | 2 | 60 | 455 | 111 | 36 |
| Binary | 10000100 | 10101 | 10000010 | 0 | 1010100 | 10 | 110000 | 100101101 | 1001001 | 11110 |
Color Harmonies of #841582
Complementary color
Monochromatic Colors of #841582
Black with #841582
Text Example
Text Example
White with #841582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841582; }
p { color: rgb(132,21,130); }
H1.HeaderClassName
{
color: #841582;
}
.AnyTagClassName
{
color: #841582;
}
</style>
background-color css
<style>
a { background-color: #841582; }
a { background-color: rgb(132,21,130); }
div.DivClassName
{
background-color: #841582;
}
.BgClassName
{
background-color: #841582;
}
</style>
border-color css
<style>
span { border-color: #841582; }
span { border-color: rgb(132,21,130); }
td.TdClassName
{
border-color: #841582;
}
.TagClassName
{
border-color: #841582;
}
</style>