Shades of Dark Purple #832264
Tints of Dark Purple #832264
RGB
CMYK
RGB Variations
Color information
#832264 (or 0x832264) is known color: Dark Purple. HEX triplet: 83, 22 and 64. RGB value is (131,34,100). Sum of RGB (Red+Green+Blue) = 131+34+100=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #832264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832264 is #7CDD9B. Grayscale: #464646. Windows color (decimal): -8183196 or 6562435. OLE color: 6562435.
HSL color Cylindrical-coordinate representation of color #832264: hue angle of 319.18º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832264 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 100 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.49 |
| HSL | 319.18º | 0.59% | 0.32% | - |
| HSV(B) | 319.18º | 0.74% | 0.51% | - |
| XYZ | 12.23 | 6.89 | 12.74 | - |
| YUV | 70.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 100 | 0 | 0.74 | 0.24 | 0.49 | 319.18 | 0.59 | 0.32 |
| Hex | 83 | 22 | 64 | 0 | 4A | 18 | 31 | 13F | 3B | 20 |
| Octal | 203 | 42 | 144 | 0 | 112 | 30 | 61 | 477 | 73 | 40 |
| Binary | 10000011 | 100010 | 1100100 | 0 | 1001010 | 11000 | 110001 | 100111111 | 111011 | 100000 |
Color Harmonies of #832264
Complementary color
Monochromatic Colors of #832264
Black with #832264
Text Example
Text Example
White with #832264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832264; }
p { color: rgb(131,34,100); }
H1.HeaderClassName
{
color: #832264;
}
.AnyTagClassName
{
color: #832264;
}
</style>
background-color css
<style>
a { background-color: #832264; }
a { background-color: rgb(131,34,100); }
div.DivClassName
{
background-color: #832264;
}
.BgClassName
{
background-color: #832264;
}
</style>
border-color css
<style>
span { border-color: #832264; }
span { border-color: rgb(131,34,100); }
td.TdClassName
{
border-color: #832264;
}
.TagClassName
{
border-color: #832264;
}
</style>