Shades of Tyrian Purple #82044D
Tints of Tyrian Purple #82044D
RGB
CMYK
RGB Variations
Color information
#82044D (or 0x82044D) is known color: Tyrian Purple. HEX triplet: 82, 04 and 4D. RGB value is (130,4,77). Sum of RGB (Red+Green+Blue) = 130+4+77=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82044D is #7DFBB2. Grayscale: #313131. Windows color (decimal): -8256435 or 5047426. OLE color: 5047426.
HSL color Cylindrical-coordinate representation of color #82044D: hue angle of 325.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82044D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.49 |
| HSL | 325.24º | 0.94% | 0.26% | - |
| HSV(B) | 325.24º | 0.97% | 0.51% | - |
| XYZ | 10.59 | 5.37 | 7.5 | - |
| YUV | 50 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 77 | 0 | 0.97 | 0.41 | 0.49 | 325.24 | 0.94 | 0.26 |
| Hex | 82 | 4 | 4D | 0 | 61 | 29 | 31 | 145 | 5E | 1A |
| Octal | 202 | 4 | 115 | 0 | 141 | 51 | 61 | 505 | 136 | 32 |
| Binary | 10000010 | 100 | 1001101 | 0 | 1100001 | 101001 | 110001 | 101000101 | 1011110 | 11010 |
Color Harmonies of #82044D
Complementary color
Monochromatic Colors of #82044D
Black with #82044D
Text Example
Text Example
White with #82044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82044D; }
p { color: rgb(130,4,77); }
H1.HeaderClassName
{
color: #82044D;
}
.AnyTagClassName
{
color: #82044D;
}
</style>
background-color css
<style>
a { background-color: #82044D; }
a { background-color: rgb(130,4,77); }
div.DivClassName
{
background-color: #82044D;
}
.BgClassName
{
background-color: #82044D;
}
</style>
border-color css
<style>
span { border-color: #82044D; }
span { border-color: rgb(130,4,77); }
td.TdClassName
{
border-color: #82044D;
}
.TagClassName
{
border-color: #82044D;
}
</style>