Shades of Purple #82117F
Tints of Purple #82117F
RGB
CMYK
RGB Variations
Color information
#82117F (or 0x82117F) is known color: Purple. HEX triplet: 82, 11 and 7F. RGB value is (130,17,127). Sum of RGB (Red+Green+Blue) = 130+17+127=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82117F is #7DEE80. Grayscale: #3F3F3F. Windows color (decimal): -8253057 or 8327554. OLE color: 8327554.
HSL color Cylindrical-coordinate representation of color #82117F: hue angle of 301.59º 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 #82117F is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 127 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.49 |
| HSL | 301.59º | 0.77% | 0.29% | - |
| HSV(B) | 301.59º | 0.87% | 0.51% | - |
| XYZ | 13.24 | 6.68 | 20.67 | - |
| YUV | 63.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 127 | 0 | 0.87 | 0.02 | 0.49 | 301.59 | 0.77 | 0.29 |
| Hex | 82 | 11 | 7F | 0 | 57 | 2 | 31 | 12E | 4D | 1D |
| Octal | 202 | 21 | 177 | 0 | 127 | 2 | 61 | 456 | 115 | 35 |
| Binary | 10000010 | 10001 | 1111111 | 0 | 1010111 | 10 | 110001 | 100101110 | 1001101 | 11101 |
Color Harmonies of #82117F
Complementary color
Monochromatic Colors of #82117F
Black with #82117F
Text Example
Text Example
White with #82117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82117F; }
p { color: rgb(130,17,127); }
H1.HeaderClassName
{
color: #82117F;
}
.AnyTagClassName
{
color: #82117F;
}
</style>
background-color css
<style>
a { background-color: #82117F; }
a { background-color: rgb(130,17,127); }
div.DivClassName
{
background-color: #82117F;
}
.BgClassName
{
background-color: #82117F;
}
</style>
border-color css
<style>
span { border-color: #82117F; }
span { border-color: rgb(130,17,127); }
td.TdClassName
{
border-color: #82117F;
}
.TagClassName
{
border-color: #82117F;
}
</style>