Shades of Dark Purple #844175
Tints of Dark Purple #844175
RGB
CMYK
RGB Variations
Color information
#844175 (or 0x844175) is known color: Dark Purple. HEX triplet: 84, 41 and 75. RGB value is (132,65,117). Sum of RGB (Red+Green+Blue) = 132+65+117=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844175 is #7BBE8A. Grayscale: #5A5A5A. Windows color (decimal): -8109707 or 7684484. OLE color: 7684484.
HSL color Cylindrical-coordinate representation of color #844175: hue angle of 313.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844175 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 117 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.48 |
| HSL | 313.43º | 0.34% | 0.39% | - |
| HSV(B) | 313.43º | 0.51% | 0.52% | - |
| XYZ | 14.62 | 9.97 | 17.98 | - |
| YUV | 90.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 117 | 0 | 0.51 | 0.11 | 0.48 | 313.43 | 0.34 | 0.39 |
| Hex | 84 | 41 | 75 | 0 | 33 | B | 30 | 139 | 22 | 27 |
| Octal | 204 | 101 | 165 | 0 | 63 | 13 | 60 | 471 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1110101 | 0 | 110011 | 1011 | 110000 | 100111001 | 100010 | 100111 |
Color Harmonies of #844175
Complementary color
Monochromatic Colors of #844175
Black with #844175
Text Example
Text Example
White with #844175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844175; }
p { color: rgb(132,65,117); }
H1.HeaderClassName
{
color: #844175;
}
.AnyTagClassName
{
color: #844175;
}
</style>
background-color css
<style>
a { background-color: #844175; }
a { background-color: rgb(132,65,117); }
div.DivClassName
{
background-color: #844175;
}
.BgClassName
{
background-color: #844175;
}
</style>
border-color css
<style>
span { border-color: #844175; }
span { border-color: rgb(132,65,117); }
td.TdClassName
{
border-color: #844175;
}
.TagClassName
{
border-color: #844175;
}
</style>