Shades of Dark Purple #832B7A
Tints of Dark Purple #832B7A
RGB
CMYK
RGB Variations
Color information
#832B7A (or 0x832B7A) is known color: Dark Purple. HEX triplet: 83, 2B and 7A. RGB value is (131,43,122). Sum of RGB (Red+Green+Blue) = 131+43+122=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #832B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B7A is #7CD485. Grayscale: #4E4E4E. Windows color (decimal): -8180870 or 8006531. OLE color: 8006531.
HSL color Cylindrical-coordinate representation of color #832B7A: hue angle of 306.14º 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 #832B7A is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 122 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.49 |
| HSL | 306.14º | 0.51% | 0.34% | - |
| HSV(B) | 306.14º | 0.67% | 0.51% | - |
| XYZ | 13.74 | 7.96 | 19.22 | - |
| YUV | 78.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 122 | 0 | 0.67 | 0.07 | 0.49 | 306.14 | 0.51 | 0.34 |
| Hex | 83 | 2B | 7A | 0 | 43 | 7 | 31 | 132 | 33 | 22 |
| Octal | 203 | 53 | 172 | 0 | 103 | 7 | 61 | 462 | 63 | 42 |
| Binary | 10000011 | 101011 | 1111010 | 0 | 1000011 | 111 | 110001 | 100110010 | 110011 | 100010 |
Color Harmonies of #832B7A
Complementary color
Monochromatic Colors of #832B7A
Black with #832B7A
Text Example
Text Example
White with #832B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B7A; }
p { color: rgb(131,43,122); }
H1.HeaderClassName
{
color: #832B7A;
}
.AnyTagClassName
{
color: #832B7A;
}
</style>
background-color css
<style>
a { background-color: #832B7A; }
a { background-color: rgb(131,43,122); }
div.DivClassName
{
background-color: #832B7A;
}
.BgClassName
{
background-color: #832B7A;
}
</style>
border-color css
<style>
span { border-color: #832B7A; }
span { border-color: rgb(131,43,122); }
td.TdClassName
{
border-color: #832B7A;
}
.TagClassName
{
border-color: #832B7A;
}
</style>