Shades of Dark Purple #82327A
Tints of Dark Purple #82327A
RGB
CMYK
RGB Variations
Color information
#82327A (or 0x82327A) is known color: Dark Purple. HEX triplet: 82, 32 and 7A. RGB value is (130,50,122). Sum of RGB (Red+Green+Blue) = 130+50+122=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82327A is #7DCD85. Grayscale: #515151. Windows color (decimal): -8244614 or 8008322. OLE color: 8008322.
HSL color Cylindrical-coordinate representation of color #82327A: hue angle of 306º 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 #82327A is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 122 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.49 |
| HSL | 306º | 0.44% | 0.35% | - |
| HSV(B) | 306º | 0.62% | 0.51% | - |
| XYZ | 13.86 | 8.43 | 19.31 | - |
| YUV | 82.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 122 | 0 | 0.62 | 0.06 | 0.49 | 306 | 0.44 | 0.35 |
| Hex | 82 | 32 | 7A | 0 | 3E | 6 | 31 | 132 | 2C | 23 |
| Octal | 202 | 62 | 172 | 0 | 76 | 6 | 61 | 462 | 54 | 43 |
| Binary | 10000010 | 110010 | 1111010 | 0 | 111110 | 110 | 110001 | 100110010 | 101100 | 100011 |
Color Harmonies of #82327A
Complementary color
Monochromatic Colors of #82327A
Black with #82327A
Text Example
Text Example
White with #82327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82327A; }
p { color: rgb(130,50,122); }
H1.HeaderClassName
{
color: #82327A;
}
.AnyTagClassName
{
color: #82327A;
}
</style>
background-color css
<style>
a { background-color: #82327A; }
a { background-color: rgb(130,50,122); }
div.DivClassName
{
background-color: #82327A;
}
.BgClassName
{
background-color: #82327A;
}
</style>
border-color css
<style>
span { border-color: #82327A; }
span { border-color: rgb(130,50,122); }
td.TdClassName
{
border-color: #82327A;
}
.TagClassName
{
border-color: #82327A;
}
</style>