Shades of Dark Purple #832171
Tints of Dark Purple #832171
RGB
CMYK
RGB Variations
Color information
#832171 (or 0x832171) is known color: Dark Purple. HEX triplet: 83, 21 and 71. RGB value is (131,33,113). Sum of RGB (Red+Green+Blue) = 131+33+113=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #832171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832171 is #7CDE8E. Grayscale: #474747. Windows color (decimal): -8183439 or 7414147. OLE color: 7414147.
HSL color Cylindrical-coordinate representation of color #832171: hue angle of 311.02º 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 #832171 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 113 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.49 |
| HSL | 311.02º | 0.6% | 0.32% | - |
| HSV(B) | 311.02º | 0.75% | 0.51% | - |
| XYZ | 12.88 | 7.11 | 16.32 | - |
| YUV | 71.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 113 | 0 | 0.75 | 0.14 | 0.49 | 311.02 | 0.6 | 0.32 |
| Hex | 83 | 21 | 71 | 0 | 4B | E | 31 | 137 | 3C | 20 |
| Octal | 203 | 41 | 161 | 0 | 113 | 16 | 61 | 467 | 74 | 40 |
| Binary | 10000011 | 100001 | 1110001 | 0 | 1001011 | 1110 | 110001 | 100110111 | 111100 | 100000 |
Color Harmonies of #832171
Complementary color
Monochromatic Colors of #832171
Black with #832171
Text Example
Text Example
White with #832171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832171; }
p { color: rgb(131,33,113); }
H1.HeaderClassName
{
color: #832171;
}
.AnyTagClassName
{
color: #832171;
}
</style>
background-color css
<style>
a { background-color: #832171; }
a { background-color: rgb(131,33,113); }
div.DivClassName
{
background-color: #832171;
}
.BgClassName
{
background-color: #832171;
}
</style>
border-color css
<style>
span { border-color: #832171; }
span { border-color: rgb(131,33,113); }
td.TdClassName
{
border-color: #832171;
}
.TagClassName
{
border-color: #832171;
}
</style>