Shades of Purple #82017F
Tints of Purple #82017F
RGB
CMYK
RGB Variations
Color information
#82017F (or 0x82017F) is known color: Purple. HEX triplet: 82, 01 and 7F. RGB value is (130,1,127). Sum of RGB (Red+Green+Blue) = 130+1+127=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82017F is #7DFE80. Grayscale: #353535. Windows color (decimal): -8257153 or 8323458. OLE color: 8323458.
HSL color Cylindrical-coordinate representation of color #82017F: hue angle of 301.4º 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 #82017F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.49 |
| HSL | 301.4º | 0.98% | 0.26% | - |
| HSV(B) | 301.4º | 0.99% | 0.51% | - |
| XYZ | 13.05 | 6.3 | 20.61 | - |
| YUV | 53.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 127 | 0 | 0.99 | 0.02 | 0.49 | 301.4 | 0.98 | 0.26 |
| Hex | 82 | 1 | 7F | 0 | 63 | 2 | 31 | 12D | 62 | 1A |
| Octal | 202 | 1 | 177 | 0 | 143 | 2 | 61 | 455 | 142 | 32 |
| Binary | 10000010 | 1 | 1111111 | 0 | 1100011 | 10 | 110001 | 100101101 | 1100010 | 11010 |
Color Harmonies of #82017F
Complementary color
Monochromatic Colors of #82017F
Black with #82017F
Text Example
Text Example
White with #82017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82017F; }
p { color: rgb(130,1,127); }
H1.HeaderClassName
{
color: #82017F;
}
.AnyTagClassName
{
color: #82017F;
}
</style>
background-color css
<style>
a { background-color: #82017F; }
a { background-color: rgb(130,1,127); }
div.DivClassName
{
background-color: #82017F;
}
.BgClassName
{
background-color: #82017F;
}
</style>
border-color css
<style>
span { border-color: #82017F; }
span { border-color: rgb(130,1,127); }
td.TdClassName
{
border-color: #82017F;
}
.TagClassName
{
border-color: #82017F;
}
</style>