Shades of Tyrian Purple #82043D
Tints of Tyrian Purple #82043D
RGB
CMYK
RGB Variations
Color information
#82043D (or 0x82043D) is known color: Tyrian Purple. HEX triplet: 82, 04 and 3D. RGB value is (130,4,61). Sum of RGB (Red+Green+Blue) = 130+4+61=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82043D is #7DFBC2. Grayscale: #303030. Windows color (decimal): -8256451 or 3998850. OLE color: 3998850.
HSL color Cylindrical-coordinate representation of color #82043D: hue angle of 332.86º 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 #82043D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.49 |
| HSL | 332.86º | 0.94% | 0.26% | - |
| HSV(B) | 332.86º | 0.97% | 0.51% | - |
| XYZ | 10.09 | 5.17 | 4.88 | - |
| YUV | 48.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 61 | 0 | 0.97 | 0.53 | 0.49 | 332.86 | 0.94 | 0.26 |
| Hex | 82 | 4 | 3D | 0 | 61 | 35 | 31 | 14D | 5E | 1A |
| Octal | 202 | 4 | 75 | 0 | 141 | 65 | 61 | 515 | 136 | 32 |
| Binary | 10000010 | 100 | 111101 | 0 | 1100001 | 110101 | 110001 | 101001101 | 1011110 | 11010 |
Color Harmonies of #82043D
Complementary color
Monochromatic Colors of #82043D
Black with #82043D
Text Example
Text Example
White with #82043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82043D; }
p { color: rgb(130,4,61); }
H1.HeaderClassName
{
color: #82043D;
}
.AnyTagClassName
{
color: #82043D;
}
</style>
background-color css
<style>
a { background-color: #82043D; }
a { background-color: rgb(130,4,61); }
div.DivClassName
{
background-color: #82043D;
}
.BgClassName
{
background-color: #82043D;
}
</style>
border-color css
<style>
span { border-color: #82043D; }
span { border-color: rgb(130,4,61); }
td.TdClassName
{
border-color: #82043D;
}
.TagClassName
{
border-color: #82043D;
}
</style>