Shades of Dark Purple #832B76
Tints of Dark Purple #832B76
RGB
CMYK
RGB Variations
Color information
#832B76 (or 0x832B76) is known color: Dark Purple. HEX triplet: 83, 2B and 76. RGB value is (131,43,118). Sum of RGB (Red+Green+Blue) = 131+43+118=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #832B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B76 is #7CD489. Grayscale: #4D4D4D. Windows color (decimal): -8180874 or 7744387. OLE color: 7744387.
HSL color Cylindrical-coordinate representation of color #832B76: hue angle of 308.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B76 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 118 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.49 |
| HSL | 308.86º | 0.51% | 0.34% | - |
| HSV(B) | 308.86º | 0.67% | 0.51% | - |
| XYZ | 13.49 | 7.86 | 17.95 | - |
| YUV | 77.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 118 | 0 | 0.67 | 0.10 | 0.49 | 308.86 | 0.51 | 0.34 |
| Hex | 83 | 2B | 76 | 0 | 43 | A | 31 | 135 | 33 | 22 |
| Octal | 203 | 53 | 166 | 0 | 103 | 12 | 61 | 465 | 63 | 42 |
| Binary | 10000011 | 101011 | 1110110 | 0 | 1000011 | 1010 | 110001 | 100110101 | 110011 | 100010 |
Color Harmonies of #832B76
Complementary color
Monochromatic Colors of #832B76
Black with #832B76
Text Example
Text Example
White with #832B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B76; }
p { color: rgb(131,43,118); }
H1.HeaderClassName
{
color: #832B76;
}
.AnyTagClassName
{
color: #832B76;
}
</style>
background-color css
<style>
a { background-color: #832B76; }
a { background-color: rgb(131,43,118); }
div.DivClassName
{
background-color: #832B76;
}
.BgClassName
{
background-color: #832B76;
}
</style>
border-color css
<style>
span { border-color: #832B76; }
span { border-color: rgb(131,43,118); }
td.TdClassName
{
border-color: #832B76;
}
.TagClassName
{
border-color: #832B76;
}
</style>