Shades of Dark Purple #82327B
Tints of Dark Purple #82327B
RGB
CMYK
RGB Variations
Color information
#82327B (or 0x82327B) is known color: Dark Purple. HEX triplet: 82, 32 and 7B. RGB value is (130,50,123). Sum of RGB (Red+Green+Blue) = 130+50+123=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82327B is #7DCD84. Grayscale: #525252. Windows color (decimal): -8244613 or 8073858. OLE color: 8073858.
HSL color Cylindrical-coordinate representation of color #82327B: hue angle of 305.25º 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 #82327B is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 123 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.49 |
| HSL | 305.25º | 0.44% | 0.35% | - |
| HSV(B) | 305.25º | 0.62% | 0.51% | - |
| XYZ | 13.92 | 8.46 | 19.64 | - |
| YUV | 82.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 123 | 0 | 0.62 | 0.05 | 0.49 | 305.25 | 0.44 | 0.35 |
| Hex | 82 | 32 | 7B | 0 | 3E | 5 | 31 | 131 | 2C | 23 |
| Octal | 202 | 62 | 173 | 0 | 76 | 5 | 61 | 461 | 54 | 43 |
| Binary | 10000010 | 110010 | 1111011 | 0 | 111110 | 101 | 110001 | 100110001 | 101100 | 100011 |
Color Harmonies of #82327B
Complementary color
Monochromatic Colors of #82327B
Black with #82327B
Text Example
Text Example
White with #82327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82327B; }
p { color: rgb(130,50,123); }
H1.HeaderClassName
{
color: #82327B;
}
.AnyTagClassName
{
color: #82327B;
}
</style>
background-color css
<style>
a { background-color: #82327B; }
a { background-color: rgb(130,50,123); }
div.DivClassName
{
background-color: #82327B;
}
.BgClassName
{
background-color: #82327B;
}
</style>
border-color css
<style>
span { border-color: #82327B; }
span { border-color: rgb(130,50,123); }
td.TdClassName
{
border-color: #82327B;
}
.TagClassName
{
border-color: #82327B;
}
</style>