Shades of Purple #82017C
Tints of Purple #82017C
RGB
CMYK
RGB Variations
Color information
#82017C (or 0x82017C) is known color: Purple. HEX triplet: 82, 01 and 7C. RGB value is (130,1,124). Sum of RGB (Red+Green+Blue) = 130+1+124=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82017C is #7DFE83. Grayscale: #353535. Windows color (decimal): -8257156 or 8126850. OLE color: 8126850.
HSL color Cylindrical-coordinate representation of color #82017C: hue angle of 302.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82017C is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.49 |
| HSL | 302.79º | 0.98% | 0.26% | - |
| HSV(B) | 302.79º | 0.99% | 0.51% | - |
| XYZ | 12.85 | 6.22 | 19.59 | - |
| YUV | 53.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 124 | 0 | 0.99 | 0.05 | 0.49 | 302.79 | 0.98 | 0.26 |
| Hex | 82 | 1 | 7C | 0 | 63 | 5 | 31 | 12F | 62 | 1A |
| Octal | 202 | 1 | 174 | 0 | 143 | 5 | 61 | 457 | 142 | 32 |
| Binary | 10000010 | 1 | 1111100 | 0 | 1100011 | 101 | 110001 | 100101111 | 1100010 | 11010 |
Color Harmonies of #82017C
Complementary color
Monochromatic Colors of #82017C
Black with #82017C
Text Example
Text Example
White with #82017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82017C; }
p { color: rgb(130,1,124); }
H1.HeaderClassName
{
color: #82017C;
}
.AnyTagClassName
{
color: #82017C;
}
</style>
background-color css
<style>
a { background-color: #82017C; }
a { background-color: rgb(130,1,124); }
div.DivClassName
{
background-color: #82017C;
}
.BgClassName
{
background-color: #82017C;
}
</style>
border-color css
<style>
span { border-color: #82017C; }
span { border-color: rgb(130,1,124); }
td.TdClassName
{
border-color: #82017C;
}
.TagClassName
{
border-color: #82017C;
}
</style>