Shades of Dark Purple #82297C
Tints of Dark Purple #82297C
RGB
CMYK
RGB Variations
Color information
#82297C (or 0x82297C) is known color: Dark Purple. HEX triplet: 82, 29 and 7C. RGB value is (130,41,124). Sum of RGB (Red+Green+Blue) = 130+41+124=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82297C is #7DD683. Grayscale: #4C4C4C. Windows color (decimal): -8246916 or 8137090. OLE color: 8137090.
HSL color Cylindrical-coordinate representation of color #82297C: hue angle of 304.04º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82297C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 124 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.49 |
| HSL | 304.05º | 0.52% | 0.34% | - |
| HSV(B) | 304.05º | 0.68% | 0.51% | - |
| XYZ | 13.64 | 7.79 | 19.85 | - |
| YUV | 77.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 124 | 0 | 0.68 | 0.05 | 0.49 | 304.05 | 0.52 | 0.34 |
| Hex | 82 | 29 | 7C | 0 | 44 | 5 | 31 | 130 | 34 | 22 |
| Octal | 202 | 51 | 174 | 0 | 104 | 5 | 61 | 460 | 64 | 42 |
| Binary | 10000010 | 101001 | 1111100 | 0 | 1000100 | 101 | 110001 | 100110000 | 110100 | 100010 |
Color Harmonies of #82297C
Complementary color
Monochromatic Colors of #82297C
Black with #82297C
Text Example
Text Example
White with #82297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82297C; }
p { color: rgb(130,41,124); }
H1.HeaderClassName
{
color: #82297C;
}
.AnyTagClassName
{
color: #82297C;
}
</style>
background-color css
<style>
a { background-color: #82297C; }
a { background-color: rgb(130,41,124); }
div.DivClassName
{
background-color: #82297C;
}
.BgClassName
{
background-color: #82297C;
}
</style>
border-color css
<style>
span { border-color: #82297C; }
span { border-color: rgb(130,41,124); }
td.TdClassName
{
border-color: #82297C;
}
.TagClassName
{
border-color: #82297C;
}
</style>