Shades of Dark Purple #842766
Tints of Dark Purple #842766
RGB
CMYK
RGB Variations
Color information
#842766 (or 0x842766) is known color: Dark Purple. HEX triplet: 84, 27 and 66. RGB value is (132,39,102). Sum of RGB (Red+Green+Blue) = 132+39+102=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842766 is #7BD899. Grayscale: #494949. Windows color (decimal): -8116378 or 6694788. OLE color: 6694788.
HSL color Cylindrical-coordinate representation of color #842766: hue angle of 319.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842766 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 102 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.48 |
| HSL | 319.35º | 0.54% | 0.34% | - |
| HSV(B) | 319.35º | 0.7% | 0.52% | - |
| XYZ | 12.64 | 7.32 | 13.32 | - |
| YUV | 73.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 102 | 0 | 0.70 | 0.23 | 0.48 | 319.35 | 0.54 | 0.34 |
| Hex | 84 | 27 | 66 | 0 | 46 | 17 | 30 | 13F | 36 | 22 |
| Octal | 204 | 47 | 146 | 0 | 106 | 27 | 60 | 477 | 66 | 42 |
| Binary | 10000100 | 100111 | 1100110 | 0 | 1000110 | 10111 | 110000 | 100111111 | 110110 | 100010 |
Color Harmonies of #842766
Complementary color
Monochromatic Colors of #842766
Black with #842766
Text Example
Text Example
White with #842766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842766; }
p { color: rgb(132,39,102); }
H1.HeaderClassName
{
color: #842766;
}
.AnyTagClassName
{
color: #842766;
}
</style>
background-color css
<style>
a { background-color: #842766; }
a { background-color: rgb(132,39,102); }
div.DivClassName
{
background-color: #842766;
}
.BgClassName
{
background-color: #842766;
}
</style>
border-color css
<style>
span { border-color: #842766; }
span { border-color: rgb(132,39,102); }
td.TdClassName
{
border-color: #842766;
}
.TagClassName
{
border-color: #842766;
}
</style>