Shades of Dark Purple #832564
Tints of Dark Purple #832564
RGB
CMYK
RGB Variations
Color information
#832564 (or 0x832564) is known color: Dark Purple. HEX triplet: 83, 25 and 64. RGB value is (131,37,100). Sum of RGB (Red+Green+Blue) = 131+37+100=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832564 is #7CDA9B. Grayscale: #484848. Windows color (decimal): -8182428 or 6563203. OLE color: 6563203.
HSL color Cylindrical-coordinate representation of color #832564: hue angle of 319.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832564 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 100 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.49 |
| HSL | 319.79º | 0.56% | 0.33% | - |
| HSV(B) | 319.79º | 0.72% | 0.51% | - |
| XYZ | 12.32 | 7.07 | 12.77 | - |
| YUV | 72.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 100 | 0 | 0.72 | 0.24 | 0.49 | 319.79 | 0.56 | 0.33 |
| Hex | 83 | 25 | 64 | 0 | 48 | 18 | 31 | 140 | 38 | 21 |
| Octal | 203 | 45 | 144 | 0 | 110 | 30 | 61 | 500 | 70 | 41 |
| Binary | 10000011 | 100101 | 1100100 | 0 | 1001000 | 11000 | 110001 | 101000000 | 111000 | 100001 |
Color Harmonies of #832564
Complementary color
Monochromatic Colors of #832564
Black with #832564
Text Example
Text Example
White with #832564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832564; }
p { color: rgb(131,37,100); }
H1.HeaderClassName
{
color: #832564;
}
.AnyTagClassName
{
color: #832564;
}
</style>
background-color css
<style>
a { background-color: #832564; }
a { background-color: rgb(131,37,100); }
div.DivClassName
{
background-color: #832564;
}
.BgClassName
{
background-color: #832564;
}
</style>
border-color css
<style>
span { border-color: #832564; }
span { border-color: rgb(131,37,100); }
td.TdClassName
{
border-color: #832564;
}
.TagClassName
{
border-color: #832564;
}
</style>