Shades of Dark Purple #832C6C
Tints of Dark Purple #832C6C
RGB
CMYK
RGB Variations
Color information
#832C6C (or 0x832C6C) is known color: Dark Purple. HEX triplet: 83, 2C and 6C. RGB value is (131,44,108). Sum of RGB (Red+Green+Blue) = 131+44+108=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #832C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C6C is #7CD393. Grayscale: #4D4D4D. Windows color (decimal): -8180628 or 7089283. OLE color: 7089283.
HSL color Cylindrical-coordinate representation of color #832C6C: hue angle of 315.86º 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 #832C6C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 108 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.49 |
| HSL | 315.86º | 0.5% | 0.34% | - |
| HSV(B) | 315.86º | 0.66% | 0.51% | - |
| XYZ | 12.97 | 7.71 | 14.99 | - |
| YUV | 77.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 108 | 0 | 0.66 | 0.18 | 0.49 | 315.86 | 0.5 | 0.34 |
| Hex | 83 | 2C | 6C | 0 | 42 | 12 | 31 | 13C | 32 | 22 |
| Octal | 203 | 54 | 154 | 0 | 102 | 22 | 61 | 474 | 62 | 42 |
| Binary | 10000011 | 101100 | 1101100 | 0 | 1000010 | 10010 | 110001 | 100111100 | 110010 | 100010 |
Color Harmonies of #832C6C
Complementary color
Monochromatic Colors of #832C6C
Black with #832C6C
Text Example
Text Example
White with #832C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C6C; }
p { color: rgb(131,44,108); }
H1.HeaderClassName
{
color: #832C6C;
}
.AnyTagClassName
{
color: #832C6C;
}
</style>
background-color css
<style>
a { background-color: #832C6C; }
a { background-color: rgb(131,44,108); }
div.DivClassName
{
background-color: #832C6C;
}
.BgClassName
{
background-color: #832C6C;
}
</style>
border-color css
<style>
span { border-color: #832C6C; }
span { border-color: rgb(131,44,108); }
td.TdClassName
{
border-color: #832C6C;
}
.TagClassName
{
border-color: #832C6C;
}
</style>