Shades of Dark Purple #832B69
Tints of Dark Purple #832B69
RGB
CMYK
RGB Variations
Color information
#832B69 (or 0x832B69) is known color: Dark Purple. HEX triplet: 83, 2B and 69. RGB value is (131,43,105). Sum of RGB (Red+Green+Blue) = 131+43+105=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B69 is #7CD496. Grayscale: #4C4C4C. Windows color (decimal): -8180887 or 6892419. OLE color: 6892419.
HSL color Cylindrical-coordinate representation of color #832B69: hue angle of 317.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B69 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 105 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.49 |
| HSL | 317.73º | 0.51% | 0.34% | - |
| HSV(B) | 317.73º | 0.67% | 0.51% | - |
| XYZ | 12.77 | 7.57 | 14.15 | - |
| YUV | 76.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 105 | 0 | 0.67 | 0.20 | 0.49 | 317.73 | 0.51 | 0.34 |
| Hex | 83 | 2B | 69 | 0 | 43 | 14 | 31 | 13E | 33 | 22 |
| Octal | 203 | 53 | 151 | 0 | 103 | 24 | 61 | 476 | 63 | 42 |
| Binary | 10000011 | 101011 | 1101001 | 0 | 1000011 | 10100 | 110001 | 100111110 | 110011 | 100010 |
Color Harmonies of #832B69
Complementary color
Monochromatic Colors of #832B69
Black with #832B69
Text Example
Text Example
White with #832B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B69; }
p { color: rgb(131,43,105); }
H1.HeaderClassName
{
color: #832B69;
}
.AnyTagClassName
{
color: #832B69;
}
</style>
background-color css
<style>
a { background-color: #832B69; }
a { background-color: rgb(131,43,105); }
div.DivClassName
{
background-color: #832B69;
}
.BgClassName
{
background-color: #832B69;
}
</style>
border-color css
<style>
span { border-color: #832B69; }
span { border-color: rgb(131,43,105); }
td.TdClassName
{
border-color: #832B69;
}
.TagClassName
{
border-color: #832B69;
}
</style>