Shades of Purple #82027A
Tints of Purple #82027A
RGB
CMYK
RGB Variations
Color information
#82027A (or 0x82027A) is known color: Purple. HEX triplet: 82, 02 and 7A. RGB value is (130,2,122). Sum of RGB (Red+Green+Blue) = 130+2+122=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027A is #7DFD85. Grayscale: #353535. Windows color (decimal): -8256902 or 7996034. OLE color: 7996034.
HSL color Cylindrical-coordinate representation of color #82027A: hue angle of 303.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82027A is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 122 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.49 |
| HSL | 303.75º | 0.97% | 0.26% | - |
| HSV(B) | 303.75º | 0.98% | 0.51% | - |
| XYZ | 12.74 | 6.19 | 18.94 | - |
| YUV | 53.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 122 | 0 | 0.98 | 0.06 | 0.49 | 303.75 | 0.97 | 0.26 |
| Hex | 82 | 2 | 7A | 0 | 62 | 6 | 31 | 130 | 61 | 1A |
| Octal | 202 | 2 | 172 | 0 | 142 | 6 | 61 | 460 | 141 | 32 |
| Binary | 10000010 | 10 | 1111010 | 0 | 1100010 | 110 | 110001 | 100110000 | 1100001 | 11010 |
Color Harmonies of #82027A
Complementary color
Monochromatic Colors of #82027A
Black with #82027A
Text Example
Text Example
White with #82027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82027A; }
p { color: rgb(130,2,122); }
H1.HeaderClassName
{
color: #82027A;
}
.AnyTagClassName
{
color: #82027A;
}
</style>
background-color css
<style>
a { background-color: #82027A; }
a { background-color: rgb(130,2,122); }
div.DivClassName
{
background-color: #82027A;
}
.BgClassName
{
background-color: #82027A;
}
</style>
border-color css
<style>
span { border-color: #82027A; }
span { border-color: rgb(130,2,122); }
td.TdClassName
{
border-color: #82027A;
}
.TagClassName
{
border-color: #82027A;
}
</style>