Shades of Dark Purple #82117C
Tints of Dark Purple #82117C
RGB
CMYK
RGB Variations
Color information
#82117C (or 0x82117C) is known color: Dark Purple. HEX triplet: 82, 11 and 7C. RGB value is (130,17,124). Sum of RGB (Red+Green+Blue) = 130+17+124=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82117C is #7DEE83. Grayscale: #3E3E3E. Windows color (decimal): -8253060 or 8130946. OLE color: 8130946.
HSL color Cylindrical-coordinate representation of color #82117C: hue angle of 303.19º 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 #82117C is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 124 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.49 |
| HSL | 303.19º | 0.77% | 0.29% | - |
| HSV(B) | 303.19º | 0.87% | 0.51% | - |
| XYZ | 13.04 | 6.6 | 19.66 | - |
| YUV | 62.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 124 | 0 | 0.87 | 0.05 | 0.49 | 303.19 | 0.77 | 0.29 |
| Hex | 82 | 11 | 7C | 0 | 57 | 5 | 31 | 12F | 4D | 1D |
| Octal | 202 | 21 | 174 | 0 | 127 | 5 | 61 | 457 | 115 | 35 |
| Binary | 10000010 | 10001 | 1111100 | 0 | 1010111 | 101 | 110001 | 100101111 | 1001101 | 11101 |
Color Harmonies of #82117C
Complementary color
Monochromatic Colors of #82117C
Black with #82117C
Text Example
Text Example
White with #82117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82117C; }
p { color: rgb(130,17,124); }
H1.HeaderClassName
{
color: #82117C;
}
.AnyTagClassName
{
color: #82117C;
}
</style>
background-color css
<style>
a { background-color: #82117C; }
a { background-color: rgb(130,17,124); }
div.DivClassName
{
background-color: #82117C;
}
.BgClassName
{
background-color: #82117C;
}
</style>
border-color css
<style>
span { border-color: #82117C; }
span { border-color: rgb(130,17,124); }
td.TdClassName
{
border-color: #82117C;
}
.TagClassName
{
border-color: #82117C;
}
</style>