Shades of Dark Purple #831771
Tints of Dark Purple #831771
RGB
CMYK
RGB Variations
Color information
#831771 (or 0x831771) is known color: Dark Purple. HEX triplet: 83, 17 and 71. RGB value is (131,23,113). Sum of RGB (Red+Green+Blue) = 131+23+113=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #831771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831771 is #7CE88E. Grayscale: #414141. Windows color (decimal): -8185999 or 7411587. OLE color: 7411587.
HSL color Cylindrical-coordinate representation of color #831771: hue angle of 310º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831771 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 113 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.49 |
| HSL | 310º | 0.7% | 0.3% | - |
| HSV(B) | 310º | 0.82% | 0.51% | - |
| XYZ | 12.65 | 6.63 | 16.24 | - |
| YUV | 65.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 113 | 0 | 0.82 | 0.14 | 0.49 | 310 | 0.7 | 0.3 |
| Hex | 83 | 17 | 71 | 0 | 52 | E | 31 | 136 | 46 | 1E |
| Octal | 203 | 27 | 161 | 0 | 122 | 16 | 61 | 466 | 106 | 36 |
| Binary | 10000011 | 10111 | 1110001 | 0 | 1010010 | 1110 | 110001 | 100110110 | 1000110 | 11110 |
Color Harmonies of #831771
Complementary color
Monochromatic Colors of #831771
Black with #831771
Text Example
Text Example
White with #831771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831771; }
p { color: rgb(131,23,113); }
H1.HeaderClassName
{
color: #831771;
}
.AnyTagClassName
{
color: #831771;
}
</style>
background-color css
<style>
a { background-color: #831771; }
a { background-color: rgb(131,23,113); }
div.DivClassName
{
background-color: #831771;
}
.BgClassName
{
background-color: #831771;
}
</style>
border-color css
<style>
span { border-color: #831771; }
span { border-color: rgb(131,23,113); }
td.TdClassName
{
border-color: #831771;
}
.TagClassName
{
border-color: #831771;
}
</style>