Shades of Dark Purple #841569
Tints of Dark Purple #841569
RGB
CMYK
RGB Variations
Color information
#841569 (or 0x841569) is known color: Dark Purple. HEX triplet: 84, 15 and 69. RGB value is (132,21,105). Sum of RGB (Red+Green+Blue) = 132+21+105=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841569 is #7BEA96. Grayscale: #3F3F3F. Windows color (decimal): -8120983 or 6886788. OLE color: 6886788.
HSL color Cylindrical-coordinate representation of color #841569: hue angle of 314.59º 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 #841569 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 105 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.48 |
| HSL | 314.59º | 0.73% | 0.3% | - |
| HSV(B) | 314.59º | 0.84% | 0.52% | - |
| XYZ | 12.33 | 6.46 | 13.96 | - |
| YUV | 63.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 105 | 0 | 0.84 | 0.20 | 0.48 | 314.59 | 0.73 | 0.3 |
| Hex | 84 | 15 | 69 | 0 | 54 | 14 | 30 | 13B | 49 | 1E |
| Octal | 204 | 25 | 151 | 0 | 124 | 24 | 60 | 473 | 111 | 36 |
| Binary | 10000100 | 10101 | 1101001 | 0 | 1010100 | 10100 | 110000 | 100111011 | 1001001 | 11110 |
Color Harmonies of #841569
Complementary color
Monochromatic Colors of #841569
Black with #841569
Text Example
Text Example
White with #841569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841569; }
p { color: rgb(132,21,105); }
H1.HeaderClassName
{
color: #841569;
}
.AnyTagClassName
{
color: #841569;
}
</style>
background-color css
<style>
a { background-color: #841569; }
a { background-color: rgb(132,21,105); }
div.DivClassName
{
background-color: #841569;
}
.BgClassName
{
background-color: #841569;
}
</style>
border-color css
<style>
span { border-color: #841569; }
span { border-color: rgb(132,21,105); }
td.TdClassName
{
border-color: #841569;
}
.TagClassName
{
border-color: #841569;
}
</style>