Shades of Dark Purple #832669
Tints of Dark Purple #832669
RGB
CMYK
RGB Variations
Color information
#832669 (or 0x832669) is known color: Dark Purple. HEX triplet: 83, 26 and 69. RGB value is (131,38,105). Sum of RGB (Red+Green+Blue) = 131+38+105=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #832669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832669 is #7CD996. Grayscale: #494949. Windows color (decimal): -8182167 or 6891139. OLE color: 6891139.
HSL color Cylindrical-coordinate representation of color #832669: hue angle of 316.77º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832669 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 105 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.49 |
| HSL | 316.77º | 0.55% | 0.33% | - |
| HSV(B) | 316.77º | 0.71% | 0.51% | - |
| XYZ | 12.6 | 7.23 | 14.1 | - |
| YUV | 73.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 105 | 0 | 0.71 | 0.20 | 0.49 | 316.77 | 0.55 | 0.33 |
| Hex | 83 | 26 | 69 | 0 | 47 | 14 | 31 | 13D | 37 | 21 |
| Octal | 203 | 46 | 151 | 0 | 107 | 24 | 61 | 475 | 67 | 41 |
| Binary | 10000011 | 100110 | 1101001 | 0 | 1000111 | 10100 | 110001 | 100111101 | 110111 | 100001 |
Color Harmonies of #832669
Complementary color
Monochromatic Colors of #832669
Black with #832669
Text Example
Text Example
White with #832669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832669; }
p { color: rgb(131,38,105); }
H1.HeaderClassName
{
color: #832669;
}
.AnyTagClassName
{
color: #832669;
}
</style>
background-color css
<style>
a { background-color: #832669; }
a { background-color: rgb(131,38,105); }
div.DivClassName
{
background-color: #832669;
}
.BgClassName
{
background-color: #832669;
}
</style>
border-color css
<style>
span { border-color: #832669; }
span { border-color: rgb(131,38,105); }
td.TdClassName
{
border-color: #832669;
}
.TagClassName
{
border-color: #832669;
}
</style>