Shades of Dark Purple #82337C
Tints of Dark Purple #82337C
RGB
CMYK
RGB Variations
Color information
#82337C (or 0x82337C) is known color: Dark Purple. HEX triplet: 82, 33 and 7C. RGB value is (130,51,124). Sum of RGB (Red+Green+Blue) = 130+51+124=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337C is #7DCC83. Grayscale: #525252. Windows color (decimal): -8244356 or 8139650. OLE color: 8139650.
HSL color Cylindrical-coordinate representation of color #82337C: hue angle of 304.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82337C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 124 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.49 |
| HSL | 304.56º | 0.44% | 0.35% | - |
| HSV(B) | 304.56º | 0.61% | 0.51% | - |
| XYZ | 14.03 | 8.57 | 19.98 | - |
| YUV | 82.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 124 | 0 | 0.61 | 0.05 | 0.49 | 304.56 | 0.44 | 0.35 |
| Hex | 82 | 33 | 7C | 0 | 3D | 5 | 31 | 131 | 2C | 23 |
| Octal | 202 | 63 | 174 | 0 | 75 | 5 | 61 | 461 | 54 | 43 |
| Binary | 10000010 | 110011 | 1111100 | 0 | 111101 | 101 | 110001 | 100110001 | 101100 | 100011 |
Color Harmonies of #82337C
Complementary color
Monochromatic Colors of #82337C
Black with #82337C
Text Example
Text Example
White with #82337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82337C; }
p { color: rgb(130,51,124); }
H1.HeaderClassName
{
color: #82337C;
}
.AnyTagClassName
{
color: #82337C;
}
</style>
background-color css
<style>
a { background-color: #82337C; }
a { background-color: rgb(130,51,124); }
div.DivClassName
{
background-color: #82337C;
}
.BgClassName
{
background-color: #82337C;
}
</style>
border-color css
<style>
span { border-color: #82337C; }
span { border-color: rgb(130,51,124); }
td.TdClassName
{
border-color: #82337C;
}
.TagClassName
{
border-color: #82337C;
}
</style>