Shades of Dark Purple #832173
Tints of Dark Purple #832173
RGB
CMYK
RGB Variations
Color information
#832173 (or 0x832173) is known color: Dark Purple. HEX triplet: 83, 21 and 73. RGB value is (131,33,115). Sum of RGB (Red+Green+Blue) = 131+33+115=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832173 is #7CDE8C. Grayscale: #474747. Windows color (decimal): -8183437 or 7545219. OLE color: 7545219.
HSL color Cylindrical-coordinate representation of color #832173: hue angle of 309.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832173 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 115 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.49 |
| HSL | 309.8º | 0.6% | 0.32% | - |
| HSV(B) | 309.8º | 0.75% | 0.51% | - |
| XYZ | 13 | 7.15 | 16.91 | - |
| YUV | 71.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 115 | 0 | 0.75 | 0.12 | 0.49 | 309.8 | 0.6 | 0.32 |
| Hex | 83 | 21 | 73 | 0 | 4B | C | 31 | 136 | 3C | 20 |
| Octal | 203 | 41 | 163 | 0 | 113 | 14 | 61 | 466 | 74 | 40 |
| Binary | 10000011 | 100001 | 1110011 | 0 | 1001011 | 1100 | 110001 | 100110110 | 111100 | 100000 |
Color Harmonies of #832173
Complementary color
Monochromatic Colors of #832173
Black with #832173
Text Example
Text Example
White with #832173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832173; }
p { color: rgb(131,33,115); }
H1.HeaderClassName
{
color: #832173;
}
.AnyTagClassName
{
color: #832173;
}
</style>
background-color css
<style>
a { background-color: #832173; }
a { background-color: rgb(131,33,115); }
div.DivClassName
{
background-color: #832173;
}
.BgClassName
{
background-color: #832173;
}
</style>
border-color css
<style>
span { border-color: #832173; }
span { border-color: rgb(131,33,115); }
td.TdClassName
{
border-color: #832173;
}
.TagClassName
{
border-color: #832173;
}
</style>