Shades of Dark Purple #832373
Tints of Dark Purple #832373
RGB
CMYK
RGB Variations
Color information
#832373 (or 0x832373) is known color: Dark Purple. HEX triplet: 83, 23 and 73. RGB value is (131,35,115). Sum of RGB (Red+Green+Blue) = 131+35+115=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #832373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832373 is #7CDC8C. Grayscale: #484848. Windows color (decimal): -8182925 or 7545731. OLE color: 7545731.
HSL color Cylindrical-coordinate representation of color #832373: hue angle of 310º 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 #832373 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 115 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.49 |
| HSL | 310º | 0.58% | 0.33% | - |
| HSV(B) | 310º | 0.73% | 0.51% | - |
| XYZ | 13.06 | 7.27 | 16.93 | - |
| YUV | 72.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 115 | 0 | 0.73 | 0.12 | 0.49 | 310 | 0.58 | 0.33 |
| Hex | 83 | 23 | 73 | 0 | 49 | C | 31 | 136 | 3A | 21 |
| Octal | 203 | 43 | 163 | 0 | 111 | 14 | 61 | 466 | 72 | 41 |
| Binary | 10000011 | 100011 | 1110011 | 0 | 1001001 | 1100 | 110001 | 100110110 | 111010 | 100001 |
Color Harmonies of #832373
Complementary color
Monochromatic Colors of #832373
Black with #832373
Text Example
Text Example
White with #832373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832373; }
p { color: rgb(131,35,115); }
H1.HeaderClassName
{
color: #832373;
}
.AnyTagClassName
{
color: #832373;
}
</style>
background-color css
<style>
a { background-color: #832373; }
a { background-color: rgb(131,35,115); }
div.DivClassName
{
background-color: #832373;
}
.BgClassName
{
background-color: #832373;
}
</style>
border-color css
<style>
span { border-color: #832373; }
span { border-color: rgb(131,35,115); }
td.TdClassName
{
border-color: #832373;
}
.TagClassName
{
border-color: #832373;
}
</style>