Shades of Dark Purple #832C69
Tints of Dark Purple #832C69
RGB
CMYK
RGB Variations
Color information
#832C69 (or 0x832C69) is known color: Dark Purple. HEX triplet: 83, 2C and 69. RGB value is (131,44,105). Sum of RGB (Red+Green+Blue) = 131+44+105=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #832C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C69 is #7CD396. Grayscale: #4C4C4C. Windows color (decimal): -8180631 or 6892675. OLE color: 6892675.
HSL color Cylindrical-coordinate representation of color #832C69: hue angle of 317.93º 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 #832C69 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 105 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.49 |
| HSL | 317.93º | 0.5% | 0.34% | - |
| HSV(B) | 317.93º | 0.66% | 0.51% | - |
| XYZ | 12.81 | 7.65 | 14.17 | - |
| YUV | 76.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 105 | 0 | 0.66 | 0.20 | 0.49 | 317.93 | 0.5 | 0.34 |
| Hex | 83 | 2C | 69 | 0 | 42 | 14 | 31 | 13E | 32 | 22 |
| Octal | 203 | 54 | 151 | 0 | 102 | 24 | 61 | 476 | 62 | 42 |
| Binary | 10000011 | 101100 | 1101001 | 0 | 1000010 | 10100 | 110001 | 100111110 | 110010 | 100010 |
Color Harmonies of #832C69
Complementary color
Monochromatic Colors of #832C69
Black with #832C69
Text Example
Text Example
White with #832C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C69; }
p { color: rgb(131,44,105); }
H1.HeaderClassName
{
color: #832C69;
}
.AnyTagClassName
{
color: #832C69;
}
</style>
background-color css
<style>
a { background-color: #832C69; }
a { background-color: rgb(131,44,105); }
div.DivClassName
{
background-color: #832C69;
}
.BgClassName
{
background-color: #832C69;
}
</style>
border-color css
<style>
span { border-color: #832C69; }
span { border-color: rgb(131,44,105); }
td.TdClassName
{
border-color: #832C69;
}
.TagClassName
{
border-color: #832C69;
}
</style>