Shades of Purple #82117E
Tints of Purple #82117E
RGB
CMYK
RGB Variations
Color information
#82117E (or 0x82117E) is known color: Purple. HEX triplet: 82, 11 and 7E. RGB value is (130,17,126). Sum of RGB (Red+Green+Blue) = 130+17+126=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82117E is #7DEE81. Grayscale: #3E3E3E. Windows color (decimal): -8253058 or 8262018. OLE color: 8262018.
HSL color Cylindrical-coordinate representation of color #82117E: hue angle of 302.12º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82117E is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 126 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.49 |
| HSL | 302.12º | 0.77% | 0.29% | - |
| HSV(B) | 302.12º | 0.87% | 0.51% | - |
| XYZ | 13.17 | 6.65 | 20.33 | - |
| YUV | 63.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 126 | 0 | 0.87 | 0.03 | 0.49 | 302.12 | 0.77 | 0.29 |
| Hex | 82 | 11 | 7E | 0 | 57 | 3 | 31 | 12E | 4D | 1D |
| Octal | 202 | 21 | 176 | 0 | 127 | 3 | 61 | 456 | 115 | 35 |
| Binary | 10000010 | 10001 | 1111110 | 0 | 1010111 | 11 | 110001 | 100101110 | 1001101 | 11101 |
Color Harmonies of #82117E
Complementary color
Monochromatic Colors of #82117E
Black with #82117E
Text Example
Text Example
White with #82117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82117E; }
p { color: rgb(130,17,126); }
H1.HeaderClassName
{
color: #82117E;
}
.AnyTagClassName
{
color: #82117E;
}
</style>
background-color css
<style>
a { background-color: #82117E; }
a { background-color: rgb(130,17,126); }
div.DivClassName
{
background-color: #82117E;
}
.BgClassName
{
background-color: #82117E;
}
</style>
border-color css
<style>
span { border-color: #82117E; }
span { border-color: rgb(130,17,126); }
td.TdClassName
{
border-color: #82117E;
}
.TagClassName
{
border-color: #82117E;
}
</style>