Shades of Dark Purple #82327D
Tints of Dark Purple #82327D
RGB
CMYK
RGB Variations
Color information
#82327D (or 0x82327D) is known color: Dark Purple. HEX triplet: 82, 32 and 7D. RGB value is (130,50,125). Sum of RGB (Red+Green+Blue) = 130+50+125=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82327D is #7DCD82. Grayscale: #525252. Windows color (decimal): -8244611 or 8204930. OLE color: 8204930.
HSL color Cylindrical-coordinate representation of color #82327D: hue angle of 303.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 #82327D is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 125 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.49 |
| HSL | 303.75º | 0.44% | 0.35% | - |
| HSV(B) | 303.75º | 0.62% | 0.51% | - |
| XYZ | 14.05 | 8.51 | 20.3 | - |
| YUV | 82.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 125 | 0 | 0.62 | 0.04 | 0.49 | 303.75 | 0.44 | 0.35 |
| Hex | 82 | 32 | 7D | 0 | 3E | 4 | 31 | 130 | 2C | 23 |
| Octal | 202 | 62 | 175 | 0 | 76 | 4 | 61 | 460 | 54 | 43 |
| Binary | 10000010 | 110010 | 1111101 | 0 | 111110 | 100 | 110001 | 100110000 | 101100 | 100011 |
Color Harmonies of #82327D
Complementary color
Monochromatic Colors of #82327D
Black with #82327D
Text Example
Text Example
White with #82327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82327D; }
p { color: rgb(130,50,125); }
H1.HeaderClassName
{
color: #82327D;
}
.AnyTagClassName
{
color: #82327D;
}
</style>
background-color css
<style>
a { background-color: #82327D; }
a { background-color: rgb(130,50,125); }
div.DivClassName
{
background-color: #82327D;
}
.BgClassName
{
background-color: #82327D;
}
</style>
border-color css
<style>
span { border-color: #82327D; }
span { border-color: rgb(130,50,125); }
td.TdClassName
{
border-color: #82327D;
}
.TagClassName
{
border-color: #82327D;
}
</style>