Shades of Tyrian Purple #82003B
Tints of Tyrian Purple #82003B
RGB
CMYK
RGB Variations
Color information
#82003B (or 0x82003B) is known color: Tyrian Purple. HEX triplet: 82, 00 and 3B. RGB value is (130,0,59). Sum of RGB (Red+Green+Blue) = 130+0+59=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003B is #7DFFC4. Grayscale: #2D2D2D. Windows color (decimal): -8257477 or 3866754. OLE color: 3866754.
HSL color Cylindrical-coordinate representation of color #82003B: hue angle of 332.77º 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 #82003B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.55 | 0.49 |
| HSL | 332.77º | 1% | 0.25% | - |
| HSV(B) | 332.77º | 1% | 0.51% | - |
| XYZ | 10 | 5.06 | 4.59 | - |
| YUV | 45.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 59 | 0 | 1 | 0.55 | 0.49 | 332.77 | 1 | 0.25 |
| Hex | 82 | 0 | 3B | 0 | 64 | 37 | 31 | 14D | 64 | 19 |
| Octal | 202 | 0 | 73 | 0 | 144 | 67 | 61 | 515 | 144 | 31 |
| Binary | 10000010 | 0 | 111011 | 0 | 1100100 | 110111 | 110001 | 101001101 | 1100100 | 11001 |
Color Harmonies of #82003B
Complementary color
Monochromatic Colors of #82003B
Black with #82003B
Text Example
Text Example
White with #82003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82003B; }
p { color: rgb(130,0,59); }
H1.HeaderClassName
{
color: #82003B;
}
.AnyTagClassName
{
color: #82003B;
}
</style>
background-color css
<style>
a { background-color: #82003B; }
a { background-color: rgb(130,0,59); }
div.DivClassName
{
background-color: #82003B;
}
.BgClassName
{
background-color: #82003B;
}
</style>
border-color css
<style>
span { border-color: #82003B; }
span { border-color: rgb(130,0,59); }
td.TdClassName
{
border-color: #82003B;
}
.TagClassName
{
border-color: #82003B;
}
</style>