Shades of Dark Purple #844078
Tints of Dark Purple #844078
RGB
CMYK
RGB Variations
Color information
#844078 (or 0x844078) is known color: Dark Purple. HEX triplet: 84, 40 and 78. RGB value is (132,64,120). Sum of RGB (Red+Green+Blue) = 132+64+120=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844078 is #7BBF87. Grayscale: #5A5A5A. Windows color (decimal): -8109960 or 7880836. OLE color: 7880836.
HSL color Cylindrical-coordinate representation of color #844078: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844078 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 120 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.48 |
| HSL | 310.59º | 0.35% | 0.38% | - |
| HSV(B) | 310.59º | 0.52% | 0.52% | - |
| XYZ | 14.74 | 9.93 | 18.91 | - |
| YUV | 90.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 120 | 0 | 0.52 | 0.09 | 0.48 | 310.59 | 0.35 | 0.38 |
| Hex | 84 | 40 | 78 | 0 | 34 | 9 | 30 | 137 | 23 | 26 |
| Octal | 204 | 100 | 170 | 0 | 64 | 11 | 60 | 467 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1111000 | 0 | 110100 | 1001 | 110000 | 100110111 | 100011 | 100110 |
Color Harmonies of #844078
Complementary color
Monochromatic Colors of #844078
Black with #844078
Text Example
Text Example
White with #844078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844078; }
p { color: rgb(132,64,120); }
H1.HeaderClassName
{
color: #844078;
}
.AnyTagClassName
{
color: #844078;
}
</style>
background-color css
<style>
a { background-color: #844078; }
a { background-color: rgb(132,64,120); }
div.DivClassName
{
background-color: #844078;
}
.BgClassName
{
background-color: #844078;
}
</style>
border-color css
<style>
span { border-color: #844078; }
span { border-color: rgb(132,64,120); }
td.TdClassName
{
border-color: #844078;
}
.TagClassName
{
border-color: #844078;
}
</style>