Shades of Purple #82007A
Tints of Purple #82007A
RGB
CMYK
RGB Variations
Color information
#82007A (or 0x82007A) is known color: Purple. HEX triplet: 82, 00 and 7A. RGB value is (130,0,122). Sum of RGB (Red+Green+Blue) = 130+0+122=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #82007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82007A is #7DFF85. Grayscale: #343434. Windows color (decimal): -8257414 or 7995522. OLE color: 7995522.
HSL color Cylindrical-coordinate representation of color #82007A: hue angle of 303.69º 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 #82007A is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.06 | 0.49 |
| HSL | 303.69º | 1% | 0.25% | - |
| HSV(B) | 303.69º | 1% | 0.51% | - |
| XYZ | 12.72 | 6.15 | 18.93 | - |
| YUV | 52.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 122 | 0 | 1 | 0.06 | 0.49 | 303.69 | 1 | 0.25 |
| Hex | 82 | 0 | 7A | 0 | 64 | 6 | 31 | 130 | 64 | 19 |
| Octal | 202 | 0 | 172 | 0 | 144 | 6 | 61 | 460 | 144 | 31 |
| Binary | 10000010 | 0 | 1111010 | 0 | 1100100 | 110 | 110001 | 100110000 | 1100100 | 11001 |
Color Harmonies of #82007A
Complementary color
Monochromatic Colors of #82007A
Black with #82007A
Text Example
Text Example
White with #82007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82007A; }
p { color: rgb(130,0,122); }
H1.HeaderClassName
{
color: #82007A;
}
.AnyTagClassName
{
color: #82007A;
}
</style>
background-color css
<style>
a { background-color: #82007A; }
a { background-color: rgb(130,0,122); }
div.DivClassName
{
background-color: #82007A;
}
.BgClassName
{
background-color: #82007A;
}
</style>
border-color css
<style>
span { border-color: #82007A; }
span { border-color: rgb(130,0,122); }
td.TdClassName
{
border-color: #82007A;
}
.TagClassName
{
border-color: #82007A;
}
</style>