Shades of Dark Purple #841768
Tints of Dark Purple #841768
RGB
CMYK
RGB Variations
Color information
#841768 (or 0x841768) is known color: Dark Purple. HEX triplet: 84, 17 and 68. RGB value is (132,23,104). Sum of RGB (Red+Green+Blue) = 132+23+104=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #841768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841768 is #7BE897. Grayscale: #404040. Windows color (decimal): -8120472 or 6821764. OLE color: 6821764.
HSL color Cylindrical-coordinate representation of color #841768: hue angle of 315.41º 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 #841768 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 104 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.48 |
| HSL | 315.41º | 0.7% | 0.3% | - |
| HSV(B) | 315.41º | 0.83% | 0.52% | - |
| XYZ | 12.32 | 6.52 | 13.71 | - |
| YUV | 64.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 104 | 0 | 0.83 | 0.21 | 0.48 | 315.41 | 0.7 | 0.3 |
| Hex | 84 | 17 | 68 | 0 | 53 | 15 | 30 | 13B | 46 | 1E |
| Octal | 204 | 27 | 150 | 0 | 123 | 25 | 60 | 473 | 106 | 36 |
| Binary | 10000100 | 10111 | 1101000 | 0 | 1010011 | 10101 | 110000 | 100111011 | 1000110 | 11110 |
Color Harmonies of #841768
Complementary color
Monochromatic Colors of #841768
Black with #841768
Text Example
Text Example
White with #841768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841768; }
p { color: rgb(132,23,104); }
H1.HeaderClassName
{
color: #841768;
}
.AnyTagClassName
{
color: #841768;
}
</style>
background-color css
<style>
a { background-color: #841768; }
a { background-color: rgb(132,23,104); }
div.DivClassName
{
background-color: #841768;
}
.BgClassName
{
background-color: #841768;
}
</style>
border-color css
<style>
span { border-color: #841768; }
span { border-color: rgb(132,23,104); }
td.TdClassName
{
border-color: #841768;
}
.TagClassName
{
border-color: #841768;
}
</style>