Shades of Dark Purple #832364
Tints of Dark Purple #832364
RGB
CMYK
RGB Variations
Color information
#832364 (or 0x832364) is known color: Dark Purple. HEX triplet: 83, 23 and 64. RGB value is (131,35,100). Sum of RGB (Red+Green+Blue) = 131+35+100=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #832364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832364 is #7CDC9B. Grayscale: #464646. Windows color (decimal): -8182940 or 6562691. OLE color: 6562691.
HSL color Cylindrical-coordinate representation of color #832364: hue angle of 319.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832364 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 100 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.49 |
| HSL | 319.38º | 0.58% | 0.33% | - |
| HSV(B) | 319.38º | 0.73% | 0.51% | - |
| XYZ | 12.26 | 6.95 | 12.75 | - |
| YUV | 71.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 100 | 0 | 0.73 | 0.24 | 0.49 | 319.38 | 0.58 | 0.33 |
| Hex | 83 | 23 | 64 | 0 | 49 | 18 | 31 | 13F | 3A | 21 |
| Octal | 203 | 43 | 144 | 0 | 111 | 30 | 61 | 477 | 72 | 41 |
| Binary | 10000011 | 100011 | 1100100 | 0 | 1001001 | 11000 | 110001 | 100111111 | 111010 | 100001 |
Color Harmonies of #832364
Complementary color
Monochromatic Colors of #832364
Black with #832364
Text Example
Text Example
White with #832364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832364; }
p { color: rgb(131,35,100); }
H1.HeaderClassName
{
color: #832364;
}
.AnyTagClassName
{
color: #832364;
}
</style>
background-color css
<style>
a { background-color: #832364; }
a { background-color: rgb(131,35,100); }
div.DivClassName
{
background-color: #832364;
}
.BgClassName
{
background-color: #832364;
}
</style>
border-color css
<style>
span { border-color: #832364; }
span { border-color: rgb(131,35,100); }
td.TdClassName
{
border-color: #832364;
}
.TagClassName
{
border-color: #832364;
}
</style>