Shades of Dark Purple #832680
Tints of Dark Purple #832680
RGB
CMYK
RGB Variations
Color information
#832680 (or 0x832680) is known color: Dark Purple. HEX triplet: 83, 26 and 80. RGB value is (131,38,128). Sum of RGB (Red+Green+Blue) = 131+38+128=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832680 is #7CD97F. Grayscale: #4B4B4B. Windows color (decimal): -8182144 or 8398467. OLE color: 8398467.
HSL color Cylindrical-coordinate representation of color #832680: hue angle of 301.94º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832680 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 128 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.49 |
| HSL | 301.94º | 0.55% | 0.33% | - |
| HSV(B) | 301.94º | 0.71% | 0.51% | - |
| XYZ | 13.95 | 7.77 | 21.19 | - |
| YUV | 76.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 128 | 0 | 0.71 | 0.02 | 0.49 | 301.94 | 0.55 | 0.33 |
| Hex | 83 | 26 | 80 | 0 | 47 | 2 | 31 | 12E | 37 | 21 |
| Octal | 203 | 46 | 200 | 0 | 107 | 2 | 61 | 456 | 67 | 41 |
| Binary | 10000011 | 100110 | 10000000 | 0 | 1000111 | 10 | 110001 | 100101110 | 110111 | 100001 |
Color Harmonies of #832680
Complementary color
Monochromatic Colors of #832680
Black with #832680
Text Example
Text Example
White with #832680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832680; }
p { color: rgb(131,38,128); }
H1.HeaderClassName
{
color: #832680;
}
.AnyTagClassName
{
color: #832680;
}
</style>
background-color css
<style>
a { background-color: #832680; }
a { background-color: rgb(131,38,128); }
div.DivClassName
{
background-color: #832680;
}
.BgClassName
{
background-color: #832680;
}
</style>
border-color css
<style>
span { border-color: #832680; }
span { border-color: rgb(131,38,128); }
td.TdClassName
{
border-color: #832680;
}
.TagClassName
{
border-color: #832680;
}
</style>