Shades of Purple #82027C
Tints of Purple #82027C
RGB
CMYK
RGB Variations
Color information
#82027C (or 0x82027C) is known color: Purple. HEX triplet: 82, 02 and 7C. RGB value is (130,2,124). Sum of RGB (Red+Green+Blue) = 130+2+124=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027C is #7DFD83. Grayscale: #353535. Windows color (decimal): -8256900 or 8127106. OLE color: 8127106.
HSL color Cylindrical-coordinate representation of color #82027C: hue angle of 302.81º 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 #82027C is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 124 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.49 |
| HSL | 302.81º | 0.97% | 0.26% | - |
| HSV(B) | 302.81º | 0.98% | 0.51% | - |
| XYZ | 12.87 | 6.24 | 19.6 | - |
| YUV | 54.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 124 | 0 | 0.98 | 0.05 | 0.49 | 302.81 | 0.97 | 0.26 |
| Hex | 82 | 2 | 7C | 0 | 62 | 5 | 31 | 12F | 61 | 1A |
| Octal | 202 | 2 | 174 | 0 | 142 | 5 | 61 | 457 | 141 | 32 |
| Binary | 10000010 | 10 | 1111100 | 0 | 1100010 | 101 | 110001 | 100101111 | 1100001 | 11010 |
Color Harmonies of #82027C
Complementary color
Monochromatic Colors of #82027C
Black with #82027C
Text Example
Text Example
White with #82027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82027C; }
p { color: rgb(130,2,124); }
H1.HeaderClassName
{
color: #82027C;
}
.AnyTagClassName
{
color: #82027C;
}
</style>
background-color css
<style>
a { background-color: #82027C; }
a { background-color: rgb(130,2,124); }
div.DivClassName
{
background-color: #82027C;
}
.BgClassName
{
background-color: #82027C;
}
</style>
border-color css
<style>
span { border-color: #82027C; }
span { border-color: rgb(130,2,124); }
td.TdClassName
{
border-color: #82027C;
}
.TagClassName
{
border-color: #82027C;
}
</style>