Shades of Dark Purple #832176
Tints of Dark Purple #832176
RGB
CMYK
RGB Variations
Color information
#832176 (or 0x832176) is known color: Dark Purple. HEX triplet: 83, 21 and 76. RGB value is (131,33,118). Sum of RGB (Red+Green+Blue) = 131+33+118=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #832176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832176 is #7CDE89. Grayscale: #474747. Windows color (decimal): -8183434 or 7741827. OLE color: 7741827.
HSL color Cylindrical-coordinate representation of color #832176: hue angle of 307.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832176 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 118 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.49 |
| HSL | 307.96º | 0.6% | 0.32% | - |
| HSV(B) | 307.96º | 0.75% | 0.51% | - |
| XYZ | 13.17 | 7.22 | 17.84 | - |
| YUV | 71.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 118 | 0 | 0.75 | 0.10 | 0.49 | 307.96 | 0.6 | 0.32 |
| Hex | 83 | 21 | 76 | 0 | 4B | A | 31 | 134 | 3C | 20 |
| Octal | 203 | 41 | 166 | 0 | 113 | 12 | 61 | 464 | 74 | 40 |
| Binary | 10000011 | 100001 | 1110110 | 0 | 1001011 | 1010 | 110001 | 100110100 | 111100 | 100000 |
Color Harmonies of #832176
Complementary color
Monochromatic Colors of #832176
Black with #832176
Text Example
Text Example
White with #832176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832176; }
p { color: rgb(131,33,118); }
H1.HeaderClassName
{
color: #832176;
}
.AnyTagClassName
{
color: #832176;
}
</style>
background-color css
<style>
a { background-color: #832176; }
a { background-color: rgb(131,33,118); }
div.DivClassName
{
background-color: #832176;
}
.BgClassName
{
background-color: #832176;
}
</style>
border-color css
<style>
span { border-color: #832176; }
span { border-color: rgb(131,33,118); }
td.TdClassName
{
border-color: #832176;
}
.TagClassName
{
border-color: #832176;
}
</style>