Shades of Dark Purple #82197E
Tints of Dark Purple #82197E
RGB
CMYK
RGB Variations
Color information
#82197E (or 0x82197E) is known color: Dark Purple. HEX triplet: 82, 19 and 7E. RGB value is (130,25,126). Sum of RGB (Red+Green+Blue) = 130+25+126=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #82197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82197E is #7DE681. Grayscale: #434343. Windows color (decimal): -8251010 or 8264066. OLE color: 8264066.
HSL color Cylindrical-coordinate representation of color #82197E: hue angle of 302.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82197E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 126 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.49 |
| HSL | 302.29º | 0.68% | 0.3% | - |
| HSV(B) | 302.29º | 0.81% | 0.51% | - |
| XYZ | 13.32 | 6.95 | 20.38 | - |
| YUV | 67.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 126 | 0 | 0.81 | 0.03 | 0.49 | 302.29 | 0.68 | 0.3 |
| Hex | 82 | 19 | 7E | 0 | 51 | 3 | 31 | 12E | 44 | 1E |
| Octal | 202 | 31 | 176 | 0 | 121 | 3 | 61 | 456 | 104 | 36 |
| Binary | 10000010 | 11001 | 1111110 | 0 | 1010001 | 11 | 110001 | 100101110 | 1000100 | 11110 |
Color Harmonies of #82197E
Complementary color
Monochromatic Colors of #82197E
Black with #82197E
Text Example
Text Example
White with #82197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82197E; }
p { color: rgb(130,25,126); }
H1.HeaderClassName
{
color: #82197E;
}
.AnyTagClassName
{
color: #82197E;
}
</style>
background-color css
<style>
a { background-color: #82197E; }
a { background-color: rgb(130,25,126); }
div.DivClassName
{
background-color: #82197E;
}
.BgClassName
{
background-color: #82197E;
}
</style>
border-color css
<style>
span { border-color: #82197E; }
span { border-color: rgb(130,25,126); }
td.TdClassName
{
border-color: #82197E;
}
.TagClassName
{
border-color: #82197E;
}
</style>