Shades of Tyrian Purple #82004D
Tints of Tyrian Purple #82004D
RGB
CMYK
RGB Variations
Color information
#82004D (or 0x82004D) is known color: Tyrian Purple. HEX triplet: 82, 00 and 4D. RGB value is (130,0,77). Sum of RGB (Red+Green+Blue) = 130+0+77=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82004D is #7DFFB2. Grayscale: #2F2F2F. Windows color (decimal): -8257459 or 5046402. OLE color: 5046402.
HSL color Cylindrical-coordinate representation of color #82004D: hue angle of 324.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82004D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.41 | 0.49 |
| HSL | 324.46º | 1% | 0.25% | - |
| HSV(B) | 324.46º | 1% | 0.51% | - |
| XYZ | 10.55 | 5.28 | 7.48 | - |
| YUV | 47.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 77 | 0 | 1 | 0.41 | 0.49 | 324.46 | 1 | 0.25 |
| Hex | 82 | 0 | 4D | 0 | 64 | 29 | 31 | 144 | 64 | 19 |
| Octal | 202 | 0 | 115 | 0 | 144 | 51 | 61 | 504 | 144 | 31 |
| Binary | 10000010 | 0 | 1001101 | 0 | 1100100 | 101001 | 110001 | 101000100 | 1100100 | 11001 |
Color Harmonies of #82004D
Complementary color
Monochromatic Colors of #82004D
Black with #82004D
Text Example
Text Example
White with #82004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82004D; }
p { color: rgb(130,0,77); }
H1.HeaderClassName
{
color: #82004D;
}
.AnyTagClassName
{
color: #82004D;
}
</style>
background-color css
<style>
a { background-color: #82004D; }
a { background-color: rgb(130,0,77); }
div.DivClassName
{
background-color: #82004D;
}
.BgClassName
{
background-color: #82004D;
}
</style>
border-color css
<style>
span { border-color: #82004D; }
span { border-color: rgb(130,0,77); }
td.TdClassName
{
border-color: #82004D;
}
.TagClassName
{
border-color: #82004D;
}
</style>