Shades of Dark Purple #832A76
Tints of Dark Purple #832A76
RGB
CMYK
RGB Variations
Color information
#832A76 (or 0x832A76) is known color: Dark Purple. HEX triplet: 83, 2A and 76. RGB value is (131,42,118). Sum of RGB (Red+Green+Blue) = 131+42+118=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #832A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A76 is #7CD589. Grayscale: #4D4D4D. Windows color (decimal): -8181130 or 7744131. OLE color: 7744131.
HSL color Cylindrical-coordinate representation of color #832A76: hue angle of 308.76º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832A76 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 118 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.49 |
| HSL | 308.76º | 0.51% | 0.34% | - |
| HSV(B) | 308.76º | 0.68% | 0.51% | - |
| XYZ | 13.46 | 7.79 | 17.93 | - |
| YUV | 77.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 118 | 0 | 0.68 | 0.10 | 0.49 | 308.76 | 0.51 | 0.34 |
| Hex | 83 | 2A | 76 | 0 | 44 | A | 31 | 135 | 33 | 22 |
| Octal | 203 | 52 | 166 | 0 | 104 | 12 | 61 | 465 | 63 | 42 |
| Binary | 10000011 | 101010 | 1110110 | 0 | 1000100 | 1010 | 110001 | 100110101 | 110011 | 100010 |
Color Harmonies of #832A76
Complementary color
Monochromatic Colors of #832A76
Black with #832A76
Text Example
Text Example
White with #832A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A76; }
p { color: rgb(131,42,118); }
H1.HeaderClassName
{
color: #832A76;
}
.AnyTagClassName
{
color: #832A76;
}
</style>
background-color css
<style>
a { background-color: #832A76; }
a { background-color: rgb(131,42,118); }
div.DivClassName
{
background-color: #832A76;
}
.BgClassName
{
background-color: #832A76;
}
</style>
border-color css
<style>
span { border-color: #832A76; }
span { border-color: rgb(131,42,118); }
td.TdClassName
{
border-color: #832A76;
}
.TagClassName
{
border-color: #832A76;
}
</style>