Shades of Dark Purple #841769
Tints of Dark Purple #841769
RGB
CMYK
RGB Variations
Color information
#841769 (or 0x841769) is known color: Dark Purple. HEX triplet: 84, 17 and 69. RGB value is (132,23,105). Sum of RGB (Red+Green+Blue) = 132+23+105=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #841769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841769 is #7BE896. Grayscale: #404040. Windows color (decimal): -8120471 or 6887300. OLE color: 6887300.
HSL color Cylindrical-coordinate representation of color #841769: hue angle of 314.86º degrees, saturation: 0.7, 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 #841769 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 105 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.48 |
| HSL | 314.86º | 0.7% | 0.3% | - |
| HSV(B) | 314.86º | 0.83% | 0.52% | - |
| XYZ | 12.37 | 6.54 | 13.97 | - |
| YUV | 64.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 105 | 0 | 0.83 | 0.20 | 0.48 | 314.86 | 0.7 | 0.3 |
| Hex | 84 | 17 | 69 | 0 | 53 | 14 | 30 | 13B | 46 | 1E |
| Octal | 204 | 27 | 151 | 0 | 123 | 24 | 60 | 473 | 106 | 36 |
| Binary | 10000100 | 10111 | 1101001 | 0 | 1010011 | 10100 | 110000 | 100111011 | 1000110 | 11110 |
Color Harmonies of #841769
Complementary color
Monochromatic Colors of #841769
Black with #841769
Text Example
Text Example
White with #841769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841769; }
p { color: rgb(132,23,105); }
H1.HeaderClassName
{
color: #841769;
}
.AnyTagClassName
{
color: #841769;
}
</style>
background-color css
<style>
a { background-color: #841769; }
a { background-color: rgb(132,23,105); }
div.DivClassName
{
background-color: #841769;
}
.BgClassName
{
background-color: #841769;
}
</style>
border-color css
<style>
span { border-color: #841769; }
span { border-color: rgb(132,23,105); }
td.TdClassName
{
border-color: #841769;
}
.TagClassName
{
border-color: #841769;
}
</style>