Shades of Purple #82107C
Tints of Purple #82107C
RGB
CMYK
RGB Variations
Color information
#82107C (or 0x82107C) is known color: Purple. HEX triplet: 82, 10 and 7C. RGB value is (130,16,124). Sum of RGB (Red+Green+Blue) = 130+16+124=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82107C is #7DEF83. Grayscale: #3E3E3E. Windows color (decimal): -8253316 or 8130690. OLE color: 8130690.
HSL color Cylindrical-coordinate representation of color #82107C: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82107C is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 124 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.49 |
| HSL | 303.16º | 0.78% | 0.29% | - |
| HSV(B) | 303.16º | 0.88% | 0.51% | - |
| XYZ | 13.03 | 6.57 | 19.65 | - |
| YUV | 62.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 124 | 0 | 0.88 | 0.05 | 0.49 | 303.16 | 0.78 | 0.29 |
| Hex | 82 | 10 | 7C | 0 | 58 | 5 | 31 | 12F | 4E | 1D |
| Octal | 202 | 20 | 174 | 0 | 130 | 5 | 61 | 457 | 116 | 35 |
| Binary | 10000010 | 10000 | 1111100 | 0 | 1011000 | 101 | 110001 | 100101111 | 1001110 | 11101 |
Color Harmonies of #82107C
Complementary color
Monochromatic Colors of #82107C
Black with #82107C
Text Example
Text Example
White with #82107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82107C; }
p { color: rgb(130,16,124); }
H1.HeaderClassName
{
color: #82107C;
}
.AnyTagClassName
{
color: #82107C;
}
</style>
background-color css
<style>
a { background-color: #82107C; }
a { background-color: rgb(130,16,124); }
div.DivClassName
{
background-color: #82107C;
}
.BgClassName
{
background-color: #82107C;
}
</style>
border-color css
<style>
span { border-color: #82107C; }
span { border-color: rgb(130,16,124); }
td.TdClassName
{
border-color: #82107C;
}
.TagClassName
{
border-color: #82107C;
}
</style>