Shades of Purple #82117D
Tints of Purple #82117D
RGB
CMYK
RGB Variations
Color information
#82117D (or 0x82117D) is known color: Purple. HEX triplet: 82, 11 and 7D. RGB value is (130,17,125). Sum of RGB (Red+Green+Blue) = 130+17+125=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82117D is #7DEE82. Grayscale: #3E3E3E. Windows color (decimal): -8253059 or 8196482. OLE color: 8196482.
HSL color Cylindrical-coordinate representation of color #82117D: hue angle of 302.65º 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 #82117D is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.49 |
| HSL | 302.65º | 0.77% | 0.29% | - |
| HSV(B) | 302.65º | 0.87% | 0.51% | - |
| XYZ | 13.11 | 6.63 | 19.99 | - |
| YUV | 63.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 125 | 0 | 0.87 | 0.04 | 0.49 | 302.65 | 0.77 | 0.29 |
| Hex | 82 | 11 | 7D | 0 | 57 | 4 | 31 | 12F | 4D | 1D |
| Octal | 202 | 21 | 175 | 0 | 127 | 4 | 61 | 457 | 115 | 35 |
| Binary | 10000010 | 10001 | 1111101 | 0 | 1010111 | 100 | 110001 | 100101111 | 1001101 | 11101 |
Color Harmonies of #82117D
Complementary color
Monochromatic Colors of #82117D
Black with #82117D
Text Example
Text Example
White with #82117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82117D; }
p { color: rgb(130,17,125); }
H1.HeaderClassName
{
color: #82117D;
}
.AnyTagClassName
{
color: #82117D;
}
</style>
background-color css
<style>
a { background-color: #82117D; }
a { background-color: rgb(130,17,125); }
div.DivClassName
{
background-color: #82117D;
}
.BgClassName
{
background-color: #82117D;
}
</style>
border-color css
<style>
span { border-color: #82117D; }
span { border-color: rgb(130,17,125); }
td.TdClassName
{
border-color: #82117D;
}
.TagClassName
{
border-color: #82117D;
}
</style>