Shades of Tyrian Purple #82053E
Tints of Tyrian Purple #82053E
RGB
CMYK
RGB Variations
Color information
#82053E (or 0x82053E) is known color: Tyrian Purple. HEX triplet: 82, 05 and 3E. RGB value is (130,5,62). Sum of RGB (Red+Green+Blue) = 130+5+62=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82053E is #7DFAC1. Grayscale: #303030. Windows color (decimal): -8256194 or 4064642. OLE color: 4064642.
HSL color Cylindrical-coordinate representation of color #82053E: hue angle of 332.64º 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 #82053E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 62 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.49 |
| HSL | 332.64º | 0.93% | 0.26% | - |
| HSV(B) | 332.64º | 0.96% | 0.51% | - |
| XYZ | 10.13 | 5.2 | 5.03 | - |
| YUV | 48.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 62 | 0 | 0.96 | 0.52 | 0.49 | 332.64 | 0.93 | 0.26 |
| Hex | 82 | 5 | 3E | 0 | 60 | 34 | 31 | 14D | 5D | 1A |
| Octal | 202 | 5 | 76 | 0 | 140 | 64 | 61 | 515 | 135 | 32 |
| Binary | 10000010 | 101 | 111110 | 0 | 1100000 | 110100 | 110001 | 101001101 | 1011101 | 11010 |
Color Harmonies of #82053E
Complementary color
Monochromatic Colors of #82053E
Black with #82053E
Text Example
Text Example
White with #82053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82053E; }
p { color: rgb(130,5,62); }
H1.HeaderClassName
{
color: #82053E;
}
.AnyTagClassName
{
color: #82053E;
}
</style>
background-color css
<style>
a { background-color: #82053E; }
a { background-color: rgb(130,5,62); }
div.DivClassName
{
background-color: #82053E;
}
.BgClassName
{
background-color: #82053E;
}
</style>
border-color css
<style>
span { border-color: #82053E; }
span { border-color: rgb(130,5,62); }
td.TdClassName
{
border-color: #82053E;
}
.TagClassName
{
border-color: #82053E;
}
</style>