Shades of Purple #82037A
Tints of Purple #82037A
RGB
CMYK
RGB Variations
Color information
#82037A (or 0x82037A) is known color: Purple. HEX triplet: 82, 03 and 7A. RGB value is (130,3,122). Sum of RGB (Red+Green+Blue) = 130+3+122=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82037A is #7DFC85. Grayscale: #363636. Windows color (decimal): -8256646 or 7996290. OLE color: 7996290.
HSL color Cylindrical-coordinate representation of color #82037A: hue angle of 303.78º 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 #82037A is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.49 |
| HSL | 303.78º | 0.95% | 0.26% | - |
| HSV(B) | 303.78º | 0.98% | 0.51% | - |
| XYZ | 12.75 | 6.22 | 18.94 | - |
| YUV | 54.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 122 | 0 | 0.98 | 0.06 | 0.49 | 303.78 | 0.95 | 0.26 |
| Hex | 82 | 3 | 7A | 0 | 62 | 6 | 31 | 130 | 5F | 1A |
| Octal | 202 | 3 | 172 | 0 | 142 | 6 | 61 | 460 | 137 | 32 |
| Binary | 10000010 | 11 | 1111010 | 0 | 1100010 | 110 | 110001 | 100110000 | 1011111 | 11010 |
Color Harmonies of #82037A
Complementary color
Monochromatic Colors of #82037A
Black with #82037A
Text Example
Text Example
White with #82037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82037A; }
p { color: rgb(130,3,122); }
H1.HeaderClassName
{
color: #82037A;
}
.AnyTagClassName
{
color: #82037A;
}
</style>
background-color css
<style>
a { background-color: #82037A; }
a { background-color: rgb(130,3,122); }
div.DivClassName
{
background-color: #82037A;
}
.BgClassName
{
background-color: #82037A;
}
</style>
border-color css
<style>
span { border-color: #82037A; }
span { border-color: rgb(130,3,122); }
td.TdClassName
{
border-color: #82037A;
}
.TagClassName
{
border-color: #82037A;
}
</style>