Shades of Dark Purple #841663
Tints of Dark Purple #841663
RGB
CMYK
RGB Variations
Color information
#841663 (or 0x841663) is known color: Dark Purple. HEX triplet: 84, 16 and 63. RGB value is (132,22,99). Sum of RGB (Red+Green+Blue) = 132+22+99=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841663 is #7BE99C. Grayscale: #3F3F3F. Windows color (decimal): -8120733 or 6493828. OLE color: 6493828.
HSL color Cylindrical-coordinate representation of color #841663: hue angle of 318º 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 #841663 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 99 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.48 |
| HSL | 318º | 0.71% | 0.3% | - |
| HSV(B) | 318º | 0.83% | 0.52% | - |
| XYZ | 12.05 | 6.38 | 12.4 | - |
| YUV | 63.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 99 | 0 | 0.83 | 0.25 | 0.48 | 318 | 0.71 | 0.3 |
| Hex | 84 | 16 | 63 | 0 | 53 | 19 | 30 | 13E | 47 | 1E |
| Octal | 204 | 26 | 143 | 0 | 123 | 31 | 60 | 476 | 107 | 36 |
| Binary | 10000100 | 10110 | 1100011 | 0 | 1010011 | 11001 | 110000 | 100111110 | 1000111 | 11110 |
Color Harmonies of #841663
Complementary color
Monochromatic Colors of #841663
Black with #841663
Text Example
Text Example
White with #841663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841663; }
p { color: rgb(132,22,99); }
H1.HeaderClassName
{
color: #841663;
}
.AnyTagClassName
{
color: #841663;
}
</style>
background-color css
<style>
a { background-color: #841663; }
a { background-color: rgb(132,22,99); }
div.DivClassName
{
background-color: #841663;
}
.BgClassName
{
background-color: #841663;
}
</style>
border-color css
<style>
span { border-color: #841663; }
span { border-color: rgb(132,22,99); }
td.TdClassName
{
border-color: #841663;
}
.TagClassName
{
border-color: #841663;
}
</style>