Shades of Dark Purple #82326D
Tints of Dark Purple #82326D
RGB
CMYK
RGB Variations
Color information
#82326D (or 0x82326D) is known color: Dark Purple. HEX triplet: 82, 32 and 6D. RGB value is (130,50,109). Sum of RGB (Red+Green+Blue) = 130+50+109=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82326D is #7DCD92. Grayscale: #505050. Windows color (decimal): -8244627 or 7156354. OLE color: 7156354.
HSL color Cylindrical-coordinate representation of color #82326D: hue angle of 315.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82326D is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 109 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.49 |
| HSL | 315.75º | 0.44% | 0.35% | - |
| HSV(B) | 315.75º | 0.62% | 0.51% | - |
| XYZ | 13.11 | 8.13 | 15.35 | - |
| YUV | 80.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 109 | 0 | 0.62 | 0.16 | 0.49 | 315.75 | 0.44 | 0.35 |
| Hex | 82 | 32 | 6D | 0 | 3E | 10 | 31 | 13C | 2C | 23 |
| Octal | 202 | 62 | 155 | 0 | 76 | 20 | 61 | 474 | 54 | 43 |
| Binary | 10000010 | 110010 | 1101101 | 0 | 111110 | 10000 | 110001 | 100111100 | 101100 | 100011 |
Color Harmonies of #82326D
Complementary color
Monochromatic Colors of #82326D
Black with #82326D
Text Example
Text Example
White with #82326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82326D; }
p { color: rgb(130,50,109); }
H1.HeaderClassName
{
color: #82326D;
}
.AnyTagClassName
{
color: #82326D;
}
</style>
background-color css
<style>
a { background-color: #82326D; }
a { background-color: rgb(130,50,109); }
div.DivClassName
{
background-color: #82326D;
}
.BgClassName
{
background-color: #82326D;
}
</style>
border-color css
<style>
span { border-color: #82326D; }
span { border-color: rgb(130,50,109); }
td.TdClassName
{
border-color: #82326D;
}
.TagClassName
{
border-color: #82326D;
}
</style>