Shades of Purple #82057D
Tints of Purple #82057D
RGB
CMYK
RGB Variations
Color information
#82057D (or 0x82057D) is known color: Purple. HEX triplet: 82, 05 and 7D. RGB value is (130,5,125). Sum of RGB (Red+Green+Blue) = 130+5+125=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82057D is #7DFA82. Grayscale: #373737. Windows color (decimal): -8256131 or 8193410. OLE color: 8193410.
HSL color Cylindrical-coordinate representation of color #82057D: hue angle of 302.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82057D is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 125 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.49 |
| HSL | 302.4º | 0.93% | 0.26% | - |
| HSV(B) | 302.4º | 0.96% | 0.51% | - |
| XYZ | 12.96 | 6.34 | 19.94 | - |
| YUV | 56.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 125 | 0 | 0.96 | 0.04 | 0.49 | 302.4 | 0.93 | 0.26 |
| Hex | 82 | 5 | 7D | 0 | 60 | 4 | 31 | 12E | 5D | 1A |
| Octal | 202 | 5 | 175 | 0 | 140 | 4 | 61 | 456 | 135 | 32 |
| Binary | 10000010 | 101 | 1111101 | 0 | 1100000 | 100 | 110001 | 100101110 | 1011101 | 11010 |
Color Harmonies of #82057D
Complementary color
Monochromatic Colors of #82057D
Black with #82057D
Text Example
Text Example
White with #82057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82057D; }
p { color: rgb(130,5,125); }
H1.HeaderClassName
{
color: #82057D;
}
.AnyTagClassName
{
color: #82057D;
}
</style>
background-color css
<style>
a { background-color: #82057D; }
a { background-color: rgb(130,5,125); }
div.DivClassName
{
background-color: #82057D;
}
.BgClassName
{
background-color: #82057D;
}
</style>
border-color css
<style>
span { border-color: #82057D; }
span { border-color: rgb(130,5,125); }
td.TdClassName
{
border-color: #82057D;
}
.TagClassName
{
border-color: #82057D;
}
</style>