Shades of Dark Purple #832C7B
Tints of Dark Purple #832C7B
RGB
CMYK
RGB Variations
Color information
#832C7B (or 0x832C7B) is known color: Dark Purple. HEX triplet: 83, 2C and 7B. RGB value is (131,44,123). Sum of RGB (Red+Green+Blue) = 131+44+123=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C7B is #7CD384. Grayscale: #4E4E4E. Windows color (decimal): -8180613 or 8072323. OLE color: 8072323.
HSL color Cylindrical-coordinate representation of color #832C7B: hue angle of 305.52º 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 #832C7B is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 123 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.49 |
| HSL | 305.52º | 0.5% | 0.34% | - |
| HSV(B) | 305.52º | 0.66% | 0.51% | - |
| XYZ | 13.84 | 8.06 | 19.56 | - |
| YUV | 79.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 123 | 0 | 0.66 | 0.06 | 0.49 | 305.52 | 0.5 | 0.34 |
| Hex | 83 | 2C | 7B | 0 | 42 | 6 | 31 | 132 | 32 | 22 |
| Octal | 203 | 54 | 173 | 0 | 102 | 6 | 61 | 462 | 62 | 42 |
| Binary | 10000011 | 101100 | 1111011 | 0 | 1000010 | 110 | 110001 | 100110010 | 110010 | 100010 |
Color Harmonies of #832C7B
Complementary color
Monochromatic Colors of #832C7B
Black with #832C7B
Text Example
Text Example
White with #832C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C7B; }
p { color: rgb(131,44,123); }
H1.HeaderClassName
{
color: #832C7B;
}
.AnyTagClassName
{
color: #832C7B;
}
</style>
background-color css
<style>
a { background-color: #832C7B; }
a { background-color: rgb(131,44,123); }
div.DivClassName
{
background-color: #832C7B;
}
.BgClassName
{
background-color: #832C7B;
}
</style>
border-color css
<style>
span { border-color: #832C7B; }
span { border-color: rgb(131,44,123); }
td.TdClassName
{
border-color: #832C7B;
}
.TagClassName
{
border-color: #832C7B;
}
</style>