Shades of Tyrian Purple #82003E
Tints of Tyrian Purple #82003E
RGB
CMYK
RGB Variations
Color information
#82003E (or 0x82003E) is known color: Tyrian Purple. HEX triplet: 82, 00 and 3E. RGB value is (130,0,62). Sum of RGB (Red+Green+Blue) = 130+0+62=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003E is #7DFFC1. Grayscale: #2D2D2D. Windows color (decimal): -8257474 or 4063362. OLE color: 4063362.
HSL color Cylindrical-coordinate representation of color #82003E: hue angle of 331.38º 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 #82003E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.52 | 0.49 |
| HSL | 331.38º | 1% | 0.25% | - |
| HSV(B) | 331.38º | 1% | 0.51% | - |
| XYZ | 10.08 | 5.09 | 5.01 | - |
| YUV | 45.94 | 137.07 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 62 | 0 | 1 | 0.52 | 0.49 | 331.38 | 1 | 0.25 |
| Hex | 82 | 0 | 3E | 0 | 64 | 34 | 31 | 14B | 64 | 19 |
| Octal | 202 | 0 | 76 | 0 | 144 | 64 | 61 | 513 | 144 | 31 |
| Binary | 10000010 | 0 | 111110 | 0 | 1100100 | 110100 | 110001 | 101001011 | 1100100 | 11001 |
Color Harmonies of #82003E
Complementary color
Monochromatic Colors of #82003E
Black with #82003E
Text Example
Text Example
White with #82003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82003E; }
p { color: rgb(130,0,62); }
H1.HeaderClassName
{
color: #82003E;
}
.AnyTagClassName
{
color: #82003E;
}
</style>
background-color css
<style>
a { background-color: #82003E; }
a { background-color: rgb(130,0,62); }
div.DivClassName
{
background-color: #82003E;
}
.BgClassName
{
background-color: #82003E;
}
</style>
border-color css
<style>
span { border-color: #82003E; }
span { border-color: rgb(130,0,62); }
td.TdClassName
{
border-color: #82003E;
}
.TagClassName
{
border-color: #82003E;
}
</style>