Shades of Purple #82037C
Tints of Purple #82037C
RGB
CMYK
RGB Variations
Color information
#82037C (or 0x82037C) is known color: Purple. HEX triplet: 82, 03 and 7C. RGB value is (130,3,124). Sum of RGB (Red+Green+Blue) = 130+3+124=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82037C is #7DFC83. Grayscale: #363636. Windows color (decimal): -8256644 or 8127362. OLE color: 8127362.
HSL color Cylindrical-coordinate representation of color #82037C: hue angle of 302.83º degrees, saturation: 0.95, 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 #82037C is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.49 |
| HSL | 302.83º | 0.95% | 0.26% | - |
| HSV(B) | 302.83º | 0.98% | 0.51% | - |
| XYZ | 12.88 | 6.27 | 19.6 | - |
| YUV | 54.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 124 | 0 | 0.98 | 0.05 | 0.49 | 302.83 | 0.95 | 0.26 |
| Hex | 82 | 3 | 7C | 0 | 62 | 5 | 31 | 12F | 5F | 1A |
| Octal | 202 | 3 | 174 | 0 | 142 | 5 | 61 | 457 | 137 | 32 |
| Binary | 10000010 | 11 | 1111100 | 0 | 1100010 | 101 | 110001 | 100101111 | 1011111 | 11010 |
Color Harmonies of #82037C
Complementary color
Monochromatic Colors of #82037C
Black with #82037C
Text Example
Text Example
White with #82037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82037C; }
p { color: rgb(130,3,124); }
H1.HeaderClassName
{
color: #82037C;
}
.AnyTagClassName
{
color: #82037C;
}
</style>
background-color css
<style>
a { background-color: #82037C; }
a { background-color: rgb(130,3,124); }
div.DivClassName
{
background-color: #82037C;
}
.BgClassName
{
background-color: #82037C;
}
</style>
border-color css
<style>
span { border-color: #82037C; }
span { border-color: rgb(130,3,124); }
td.TdClassName
{
border-color: #82037C;
}
.TagClassName
{
border-color: #82037C;
}
</style>