Shades of Tyrian Purple #82003D
Tints of Tyrian Purple #82003D
RGB
CMYK
RGB Variations
Color information
#82003D (or 0x82003D) is known color: Tyrian Purple. HEX triplet: 82, 00 and 3D. RGB value is (130,0,61). Sum of RGB (Red+Green+Blue) = 130+0+61=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003D is #7DFFC2. Grayscale: #2D2D2D. Windows color (decimal): -8257475 or 3997826. OLE color: 3997826.
HSL color Cylindrical-coordinate representation of color #82003D: hue angle of 331.85º 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 #82003D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.53 | 0.49 |
| HSL | 331.85º | 1% | 0.25% | - |
| HSV(B) | 331.85º | 1% | 0.51% | - |
| XYZ | 10.05 | 5.08 | 4.87 | - |
| YUV | 45.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 61 | 0 | 1 | 0.53 | 0.49 | 331.85 | 1 | 0.25 |
| Hex | 82 | 0 | 3D | 0 | 64 | 35 | 31 | 14C | 64 | 19 |
| Octal | 202 | 0 | 75 | 0 | 144 | 65 | 61 | 514 | 144 | 31 |
| Binary | 10000010 | 0 | 111101 | 0 | 1100100 | 110101 | 110001 | 101001100 | 1100100 | 11001 |
Color Harmonies of #82003D
Complementary color
Monochromatic Colors of #82003D
Black with #82003D
Text Example
Text Example
White with #82003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82003D; }
p { color: rgb(130,0,61); }
H1.HeaderClassName
{
color: #82003D;
}
.AnyTagClassName
{
color: #82003D;
}
</style>
background-color css
<style>
a { background-color: #82003D; }
a { background-color: rgb(130,0,61); }
div.DivClassName
{
background-color: #82003D;
}
.BgClassName
{
background-color: #82003D;
}
</style>
border-color css
<style>
span { border-color: #82003D; }
span { border-color: rgb(130,0,61); }
td.TdClassName
{
border-color: #82003D;
}
.TagClassName
{
border-color: #82003D;
}
</style>