Shades of Purple #82017D
Tints of Purple #82017D
RGB
CMYK
RGB Variations
Color information
#82017D (or 0x82017D) is known color: Purple. HEX triplet: 82, 01 and 7D. RGB value is (130,1,125). Sum of RGB (Red+Green+Blue) = 130+1+125=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82017D is #7DFE82. Grayscale: #353535. Windows color (decimal): -8257155 or 8192386. OLE color: 8192386.
HSL color Cylindrical-coordinate representation of color #82017D: hue angle of 302.33º 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 #82017D is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.49 |
| HSL | 302.33º | 0.98% | 0.26% | - |
| HSV(B) | 302.33º | 0.99% | 0.51% | - |
| XYZ | 12.92 | 6.25 | 19.93 | - |
| YUV | 53.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 125 | 0 | 0.99 | 0.04 | 0.49 | 302.33 | 0.98 | 0.26 |
| Hex | 82 | 1 | 7D | 0 | 63 | 4 | 31 | 12E | 62 | 1A |
| Octal | 202 | 1 | 175 | 0 | 143 | 4 | 61 | 456 | 142 | 32 |
| Binary | 10000010 | 1 | 1111101 | 0 | 1100011 | 100 | 110001 | 100101110 | 1100010 | 11010 |
Color Harmonies of #82017D
Complementary color
Monochromatic Colors of #82017D
Black with #82017D
Text Example
Text Example
White with #82017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82017D; }
p { color: rgb(130,1,125); }
H1.HeaderClassName
{
color: #82017D;
}
.AnyTagClassName
{
color: #82017D;
}
</style>
background-color css
<style>
a { background-color: #82017D; }
a { background-color: rgb(130,1,125); }
div.DivClassName
{
background-color: #82017D;
}
.BgClassName
{
background-color: #82017D;
}
</style>
border-color css
<style>
span { border-color: #82017D; }
span { border-color: rgb(130,1,125); }
td.TdClassName
{
border-color: #82017D;
}
.TagClassName
{
border-color: #82017D;
}
</style>