Shades of Dark Purple #842066
Tints of Dark Purple #842066
RGB
CMYK
RGB Variations
Color information
#842066 (or 0x842066) is known color: Dark Purple. HEX triplet: 84, 20 and 66. RGB value is (132,32,102). Sum of RGB (Red+Green+Blue) = 132+32+102=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #842066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842066 is #7BDF99. Grayscale: #454545. Windows color (decimal): -8118170 or 6692996. OLE color: 6692996.
HSL color Cylindrical-coordinate representation of color #842066: hue angle of 318º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842066 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 102 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.48 |
| HSL | 318º | 0.61% | 0.32% | - |
| HSV(B) | 318º | 0.76% | 0.52% | - |
| XYZ | 12.43 | 6.9 | 13.25 | - |
| YUV | 69.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 102 | 0 | 0.76 | 0.23 | 0.48 | 318 | 0.61 | 0.32 |
| Hex | 84 | 20 | 66 | 0 | 4C | 17 | 30 | 13E | 3D | 20 |
| Octal | 204 | 40 | 146 | 0 | 114 | 27 | 60 | 476 | 75 | 40 |
| Binary | 10000100 | 100000 | 1100110 | 0 | 1001100 | 10111 | 110000 | 100111110 | 111101 | 100000 |
Color Harmonies of #842066
Complementary color
Monochromatic Colors of #842066
Black with #842066
Text Example
Text Example
White with #842066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842066; }
p { color: rgb(132,32,102); }
H1.HeaderClassName
{
color: #842066;
}
.AnyTagClassName
{
color: #842066;
}
</style>
background-color css
<style>
a { background-color: #842066; }
a { background-color: rgb(132,32,102); }
div.DivClassName
{
background-color: #842066;
}
.BgClassName
{
background-color: #842066;
}
</style>
border-color css
<style>
span { border-color: #842066; }
span { border-color: rgb(132,32,102); }
td.TdClassName
{
border-color: #842066;
}
.TagClassName
{
border-color: #842066;
}
</style>