Shades of Purple #82007D
Tints of Purple #82007D
RGB
CMYK
RGB Variations
Color information
#82007D (or 0x82007D) is known color: Purple. HEX triplet: 82, 00 and 7D. RGB value is (130,0,125). Sum of RGB (Red+Green+Blue) = 130+0+125=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82007D is #7DFF82. Grayscale: #343434. Windows color (decimal): -8257411 or 8192130. OLE color: 8192130.
HSL color Cylindrical-coordinate representation of color #82007D: hue angle of 302.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82007D is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.04 | 0.49 |
| HSL | 302.31º | 1% | 0.25% | - |
| HSV(B) | 302.31º | 1% | 0.51% | - |
| XYZ | 12.91 | 6.23 | 19.92 | - |
| YUV | 53.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 125 | 0 | 1 | 0.04 | 0.49 | 302.31 | 1 | 0.25 |
| Hex | 82 | 0 | 7D | 0 | 64 | 4 | 31 | 12E | 64 | 19 |
| Octal | 202 | 0 | 175 | 0 | 144 | 4 | 61 | 456 | 144 | 31 |
| Binary | 10000010 | 0 | 1111101 | 0 | 1100100 | 100 | 110001 | 100101110 | 1100100 | 11001 |
Color Harmonies of #82007D
Complementary color
Monochromatic Colors of #82007D
Black with #82007D
Text Example
Text Example
White with #82007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82007D; }
p { color: rgb(130,0,125); }
H1.HeaderClassName
{
color: #82007D;
}
.AnyTagClassName
{
color: #82007D;
}
</style>
background-color css
<style>
a { background-color: #82007D; }
a { background-color: rgb(130,0,125); }
div.DivClassName
{
background-color: #82007D;
}
.BgClassName
{
background-color: #82007D;
}
</style>
border-color css
<style>
span { border-color: #82007D; }
span { border-color: rgb(130,0,125); }
td.TdClassName
{
border-color: #82007D;
}
.TagClassName
{
border-color: #82007D;
}
</style>