Shades of Dark Purple #832873
Tints of Dark Purple #832873
RGB
CMYK
RGB Variations
Color information
#832873 (or 0x832873) is known color: Dark Purple. HEX triplet: 83, 28 and 73. RGB value is (131,40,115). Sum of RGB (Red+Green+Blue) = 131+40+115=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832873 is #7CD78C. Grayscale: #4B4B4B. Windows color (decimal): -8181645 or 7547011. OLE color: 7547011.
HSL color Cylindrical-coordinate representation of color #832873: hue angle of 310.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832873 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 115 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.49 |
| HSL | 310.55º | 0.53% | 0.34% | - |
| HSV(B) | 310.55º | 0.69% | 0.51% | - |
| XYZ | 13.21 | 7.58 | 16.99 | - |
| YUV | 75.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 115 | 0 | 0.69 | 0.12 | 0.49 | 310.55 | 0.53 | 0.34 |
| Hex | 83 | 28 | 73 | 0 | 45 | C | 31 | 137 | 35 | 22 |
| Octal | 203 | 50 | 163 | 0 | 105 | 14 | 61 | 467 | 65 | 42 |
| Binary | 10000011 | 101000 | 1110011 | 0 | 1000101 | 1100 | 110001 | 100110111 | 110101 | 100010 |
Color Harmonies of #832873
Complementary color
Monochromatic Colors of #832873
Black with #832873
Text Example
Text Example
White with #832873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832873; }
p { color: rgb(131,40,115); }
H1.HeaderClassName
{
color: #832873;
}
.AnyTagClassName
{
color: #832873;
}
</style>
background-color css
<style>
a { background-color: #832873; }
a { background-color: rgb(131,40,115); }
div.DivClassName
{
background-color: #832873;
}
.BgClassName
{
background-color: #832873;
}
</style>
border-color css
<style>
span { border-color: #832873; }
span { border-color: rgb(131,40,115); }
td.TdClassName
{
border-color: #832873;
}
.TagClassName
{
border-color: #832873;
}
</style>