Shades of Dark Purple #832175
Tints of Dark Purple #832175
RGB
CMYK
RGB Variations
Color information
#832175 (or 0x832175) is known color: Dark Purple. HEX triplet: 83, 21 and 75. RGB value is (131,33,117). Sum of RGB (Red+Green+Blue) = 131+33+117=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #832175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832175 is #7CDE8A. Grayscale: #474747. Windows color (decimal): -8183435 or 7676291. OLE color: 7676291.
HSL color Cylindrical-coordinate representation of color #832175: hue angle of 308.57º 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 #832175 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 117 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.49 |
| HSL | 308.57º | 0.6% | 0.32% | - |
| HSV(B) | 308.57º | 0.75% | 0.51% | - |
| XYZ | 13.11 | 7.2 | 17.53 | - |
| YUV | 71.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 117 | 0 | 0.75 | 0.11 | 0.49 | 308.57 | 0.6 | 0.32 |
| Hex | 83 | 21 | 75 | 0 | 4B | B | 31 | 135 | 3C | 20 |
| Octal | 203 | 41 | 165 | 0 | 113 | 13 | 61 | 465 | 74 | 40 |
| Binary | 10000011 | 100001 | 1110101 | 0 | 1001011 | 1011 | 110001 | 100110101 | 111100 | 100000 |
Color Harmonies of #832175
Complementary color
Monochromatic Colors of #832175
Black with #832175
Text Example
Text Example
White with #832175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832175; }
p { color: rgb(131,33,117); }
H1.HeaderClassName
{
color: #832175;
}
.AnyTagClassName
{
color: #832175;
}
</style>
background-color css
<style>
a { background-color: #832175; }
a { background-color: rgb(131,33,117); }
div.DivClassName
{
background-color: #832175;
}
.BgClassName
{
background-color: #832175;
}
</style>
border-color css
<style>
span { border-color: #832175; }
span { border-color: rgb(131,33,117); }
td.TdClassName
{
border-color: #832175;
}
.TagClassName
{
border-color: #832175;
}
</style>