Shades of Dark Purple #832C7D
Tints of Dark Purple #832C7D
RGB
CMYK
RGB Variations
Color information
#832C7D (or 0x832C7D) is known color: Dark Purple. HEX triplet: 83, 2C and 7D. RGB value is (131,44,125). Sum of RGB (Red+Green+Blue) = 131+44+125=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #832C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C7D is #7CD382. Grayscale: #4F4F4F. Windows color (decimal): -8180611 or 8203395. OLE color: 8203395.
HSL color Cylindrical-coordinate representation of color #832C7D: hue angle of 304.14º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C7D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 125 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.49 |
| HSL | 304.14º | 0.5% | 0.34% | - |
| HSV(B) | 304.14º | 0.66% | 0.51% | - |
| XYZ | 13.96 | 8.11 | 20.23 | - |
| YUV | 79.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 125 | 0 | 0.66 | 0.05 | 0.49 | 304.14 | 0.5 | 0.34 |
| Hex | 83 | 2C | 7D | 0 | 42 | 5 | 31 | 130 | 32 | 22 |
| Octal | 203 | 54 | 175 | 0 | 102 | 5 | 61 | 460 | 62 | 42 |
| Binary | 10000011 | 101100 | 1111101 | 0 | 1000010 | 101 | 110001 | 100110000 | 110010 | 100010 |
Color Harmonies of #832C7D
Complementary color
Monochromatic Colors of #832C7D
Black with #832C7D
Text Example
Text Example
White with #832C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C7D; }
p { color: rgb(131,44,125); }
H1.HeaderClassName
{
color: #832C7D;
}
.AnyTagClassName
{
color: #832C7D;
}
</style>
background-color css
<style>
a { background-color: #832C7D; }
a { background-color: rgb(131,44,125); }
div.DivClassName
{
background-color: #832C7D;
}
.BgClassName
{
background-color: #832C7D;
}
</style>
border-color css
<style>
span { border-color: #832C7D; }
span { border-color: rgb(131,44,125); }
td.TdClassName
{
border-color: #832C7D;
}
.TagClassName
{
border-color: #832C7D;
}
</style>