Shades of Dark Purple #832067
Tints of Dark Purple #832067
RGB
CMYK
RGB Variations
Color information
#832067 (or 0x832067) is known color: Dark Purple. HEX triplet: 83, 20 and 67. RGB value is (131,32,103). Sum of RGB (Red+Green+Blue) = 131+32+103=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #832067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832067 is #7CDF98. Grayscale: #454545. Windows color (decimal): -8183705 or 6758531. OLE color: 6758531.
HSL color Cylindrical-coordinate representation of color #832067: hue angle of 316.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832067 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 103 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.49 |
| HSL | 316.97º | 0.61% | 0.32% | - |
| HSV(B) | 316.97º | 0.76% | 0.51% | - |
| XYZ | 12.32 | 6.84 | 13.5 | - |
| YUV | 69.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 103 | 0 | 0.76 | 0.21 | 0.49 | 316.97 | 0.61 | 0.32 |
| Hex | 83 | 20 | 67 | 0 | 4C | 15 | 31 | 13D | 3D | 20 |
| Octal | 203 | 40 | 147 | 0 | 114 | 25 | 61 | 475 | 75 | 40 |
| Binary | 10000011 | 100000 | 1100111 | 0 | 1001100 | 10101 | 110001 | 100111101 | 111101 | 100000 |
Color Harmonies of #832067
Complementary color
Monochromatic Colors of #832067
Black with #832067
Text Example
Text Example
White with #832067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832067; }
p { color: rgb(131,32,103); }
H1.HeaderClassName
{
color: #832067;
}
.AnyTagClassName
{
color: #832067;
}
</style>
background-color css
<style>
a { background-color: #832067; }
a { background-color: rgb(131,32,103); }
div.DivClassName
{
background-color: #832067;
}
.BgClassName
{
background-color: #832067;
}
</style>
border-color css
<style>
span { border-color: #832067; }
span { border-color: rgb(131,32,103); }
td.TdClassName
{
border-color: #832067;
}
.TagClassName
{
border-color: #832067;
}
</style>