Shades of Dark Purple #841781
Tints of Dark Purple #841781
RGB
CMYK
RGB Variations
Color information
#841781 (or 0x841781) is known color: Dark Purple. HEX triplet: 84, 17 and 81. RGB value is (132,23,129). Sum of RGB (Red+Green+Blue) = 132+23+129=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841781 is #7BE87E. Grayscale: #434343. Windows color (decimal): -8120447 or 8460164. OLE color: 8460164.
HSL color Cylindrical-coordinate representation of color #841781: hue angle of 301.65º 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 #841781 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 129 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.48 |
| HSL | 301.65º | 0.7% | 0.3% | - |
| HSV(B) | 301.65º | 0.83% | 0.52% | - |
| XYZ | 13.78 | 7.1 | 21.41 | - |
| YUV | 67.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 129 | 0 | 0.83 | 0.02 | 0.48 | 301.65 | 0.7 | 0.3 |
| Hex | 84 | 17 | 81 | 0 | 53 | 2 | 30 | 12E | 46 | 1E |
| Octal | 204 | 27 | 201 | 0 | 123 | 2 | 60 | 456 | 106 | 36 |
| Binary | 10000100 | 10111 | 10000001 | 0 | 1010011 | 10 | 110000 | 100101110 | 1000110 | 11110 |
Color Harmonies of #841781
Complementary color
Monochromatic Colors of #841781
Black with #841781
Text Example
Text Example
White with #841781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841781; }
p { color: rgb(132,23,129); }
H1.HeaderClassName
{
color: #841781;
}
.AnyTagClassName
{
color: #841781;
}
</style>
background-color css
<style>
a { background-color: #841781; }
a { background-color: rgb(132,23,129); }
div.DivClassName
{
background-color: #841781;
}
.BgClassName
{
background-color: #841781;
}
</style>
border-color css
<style>
span { border-color: #841781; }
span { border-color: rgb(132,23,129); }
td.TdClassName
{
border-color: #841781;
}
.TagClassName
{
border-color: #841781;
}
</style>