Shades of Dark Purple #832D69
Tints of Dark Purple #832D69
RGB
CMYK
RGB Variations
Color information
#832D69 (or 0x832D69) is known color: Dark Purple. HEX triplet: 83, 2D and 69. RGB value is (131,45,105). Sum of RGB (Red+Green+Blue) = 131+45+105=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #832D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D69 is #7CD296. Grayscale: #4D4D4D. Windows color (decimal): -8180375 or 6892931. OLE color: 6892931.
HSL color Cylindrical-coordinate representation of color #832D69: hue angle of 318.14º 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 #832D69 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 105 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.49 |
| HSL | 318.14º | 0.49% | 0.35% | - |
| HSV(B) | 318.14º | 0.66% | 0.51% | - |
| XYZ | 12.85 | 7.72 | 14.18 | - |
| YUV | 77.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 105 | 0 | 0.66 | 0.20 | 0.49 | 318.14 | 0.49 | 0.35 |
| Hex | 83 | 2D | 69 | 0 | 42 | 14 | 31 | 13E | 31 | 23 |
| Octal | 203 | 55 | 151 | 0 | 102 | 24 | 61 | 476 | 61 | 43 |
| Binary | 10000011 | 101101 | 1101001 | 0 | 1000010 | 10100 | 110001 | 100111110 | 110001 | 100011 |
Color Harmonies of #832D69
Complementary color
Monochromatic Colors of #832D69
Black with #832D69
Text Example
Text Example
White with #832D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D69; }
p { color: rgb(131,45,105); }
H1.HeaderClassName
{
color: #832D69;
}
.AnyTagClassName
{
color: #832D69;
}
</style>
background-color css
<style>
a { background-color: #832D69; }
a { background-color: rgb(131,45,105); }
div.DivClassName
{
background-color: #832D69;
}
.BgClassName
{
background-color: #832D69;
}
</style>
border-color css
<style>
span { border-color: #832D69; }
span { border-color: rgb(131,45,105); }
td.TdClassName
{
border-color: #832D69;
}
.TagClassName
{
border-color: #832D69;
}
</style>