Shades of Dark Purple #832675
Tints of Dark Purple #832675
RGB
CMYK
RGB Variations
Color information
#832675 (or 0x832675) is known color: Dark Purple. HEX triplet: 83, 26 and 75. RGB value is (131,38,117). Sum of RGB (Red+Green+Blue) = 131+38+117=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832675 is #7CD98A. Grayscale: #4A4A4A. Windows color (decimal): -8182155 or 7677571. OLE color: 7677571.
HSL color Cylindrical-coordinate representation of color #832675: hue angle of 309.03º 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 #832675 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 117 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.49 |
| HSL | 309.03º | 0.55% | 0.33% | - |
| HSV(B) | 309.03º | 0.71% | 0.51% | - |
| XYZ | 13.26 | 7.5 | 17.58 | - |
| YUV | 74.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 117 | 0 | 0.71 | 0.11 | 0.49 | 309.03 | 0.55 | 0.33 |
| Hex | 83 | 26 | 75 | 0 | 47 | B | 31 | 135 | 37 | 21 |
| Octal | 203 | 46 | 165 | 0 | 107 | 13 | 61 | 465 | 67 | 41 |
| Binary | 10000011 | 100110 | 1110101 | 0 | 1000111 | 1011 | 110001 | 100110101 | 110111 | 100001 |
Color Harmonies of #832675
Complementary color
Monochromatic Colors of #832675
Black with #832675
Text Example
Text Example
White with #832675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832675; }
p { color: rgb(131,38,117); }
H1.HeaderClassName
{
color: #832675;
}
.AnyTagClassName
{
color: #832675;
}
</style>
background-color css
<style>
a { background-color: #832675; }
a { background-color: rgb(131,38,117); }
div.DivClassName
{
background-color: #832675;
}
.BgClassName
{
background-color: #832675;
}
</style>
border-color css
<style>
span { border-color: #832675; }
span { border-color: rgb(131,38,117); }
td.TdClassName
{
border-color: #832675;
}
.TagClassName
{
border-color: #832675;
}
</style>