Shades of Dark Purple #832D75
Tints of Dark Purple #832D75
RGB
CMYK
RGB Variations
Color information
#832D75 (or 0x832D75) is known color: Dark Purple. HEX triplet: 83, 2D and 75. RGB value is (131,45,117). Sum of RGB (Red+Green+Blue) = 131+45+117=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #832D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D75 is #7CD28A. Grayscale: #4E4E4E. Windows color (decimal): -8180363 or 7679363. OLE color: 7679363.
HSL color Cylindrical-coordinate representation of color #832D75: hue angle of 309.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D75 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 117 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.49 |
| HSL | 309.77º | 0.49% | 0.35% | - |
| HSV(B) | 309.77º | 0.66% | 0.51% | - |
| XYZ | 13.51 | 7.99 | 17.66 | - |
| YUV | 78.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 117 | 0 | 0.66 | 0.11 | 0.49 | 309.77 | 0.49 | 0.35 |
| Hex | 83 | 2D | 75 | 0 | 42 | B | 31 | 136 | 31 | 23 |
| Octal | 203 | 55 | 165 | 0 | 102 | 13 | 61 | 466 | 61 | 43 |
| Binary | 10000011 | 101101 | 1110101 | 0 | 1000010 | 1011 | 110001 | 100110110 | 110001 | 100011 |
Color Harmonies of #832D75
Complementary color
Monochromatic Colors of #832D75
Black with #832D75
Text Example
Text Example
White with #832D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D75; }
p { color: rgb(131,45,117); }
H1.HeaderClassName
{
color: #832D75;
}
.AnyTagClassName
{
color: #832D75;
}
</style>
background-color css
<style>
a { background-color: #832D75; }
a { background-color: rgb(131,45,117); }
div.DivClassName
{
background-color: #832D75;
}
.BgClassName
{
background-color: #832D75;
}
</style>
border-color css
<style>
span { border-color: #832D75; }
span { border-color: rgb(131,45,117); }
td.TdClassName
{
border-color: #832D75;
}
.TagClassName
{
border-color: #832D75;
}
</style>