Shades of Dark Purple #832380
Tints of Dark Purple #832380
RGB
CMYK
RGB Variations
Color information
#832380 (or 0x832380) is known color: Dark Purple. HEX triplet: 83, 23 and 80. RGB value is (131,35,128). Sum of RGB (Red+Green+Blue) = 131+35+128=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #832380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832380 is #7CDC7F. Grayscale: #4A4A4A. Windows color (decimal): -8182912 or 8397699. OLE color: 8397699.
HSL color Cylindrical-coordinate representation of color #832380: hue angle of 301.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832380 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 128 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.49 |
| HSL | 301.88º | 0.58% | 0.33% | - |
| HSV(B) | 301.88º | 0.73% | 0.51% | - |
| XYZ | 13.86 | 7.59 | 21.16 | - |
| YUV | 74.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 128 | 0 | 0.73 | 0.02 | 0.49 | 301.88 | 0.58 | 0.33 |
| Hex | 83 | 23 | 80 | 0 | 49 | 2 | 31 | 12E | 3A | 21 |
| Octal | 203 | 43 | 200 | 0 | 111 | 2 | 61 | 456 | 72 | 41 |
| Binary | 10000011 | 100011 | 10000000 | 0 | 1001001 | 10 | 110001 | 100101110 | 111010 | 100001 |
Color Harmonies of #832380
Complementary color
Monochromatic Colors of #832380
Black with #832380
Text Example
Text Example
White with #832380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832380; }
p { color: rgb(131,35,128); }
H1.HeaderClassName
{
color: #832380;
}
.AnyTagClassName
{
color: #832380;
}
</style>
background-color css
<style>
a { background-color: #832380; }
a { background-color: rgb(131,35,128); }
div.DivClassName
{
background-color: #832380;
}
.BgClassName
{
background-color: #832380;
}
</style>
border-color css
<style>
span { border-color: #832380; }
span { border-color: rgb(131,35,128); }
td.TdClassName
{
border-color: #832380;
}
.TagClassName
{
border-color: #832380;
}
</style>