Shades of Tyrian Purple #82053F
Tints of Tyrian Purple #82053F
RGB
CMYK
RGB Variations
Color information
#82053F (or 0x82053F) is known color: Tyrian Purple. HEX triplet: 82, 05 and 3F. RGB value is (130,5,63). Sum of RGB (Red+Green+Blue) = 130+5+63=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82053F is #7DFAC0. Grayscale: #303030. Windows color (decimal): -8256193 or 4130178. OLE color: 4130178.
HSL color Cylindrical-coordinate representation of color #82053F: hue angle of 332.16º 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 #82053F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 63 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.49 |
| HSL | 332.16º | 0.93% | 0.26% | - |
| HSV(B) | 332.16º | 0.96% | 0.51% | - |
| XYZ | 10.16 | 5.21 | 5.17 | - |
| YUV | 48.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 63 | 0 | 0.96 | 0.52 | 0.49 | 332.16 | 0.93 | 0.26 |
| Hex | 82 | 5 | 3F | 0 | 60 | 34 | 31 | 14C | 5D | 1A |
| Octal | 202 | 5 | 77 | 0 | 140 | 64 | 61 | 514 | 135 | 32 |
| Binary | 10000010 | 101 | 111111 | 0 | 1100000 | 110100 | 110001 | 101001100 | 1011101 | 11010 |
Color Harmonies of #82053F
Complementary color
Monochromatic Colors of #82053F
Black with #82053F
Text Example
Text Example
White with #82053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82053F; }
p { color: rgb(130,5,63); }
H1.HeaderClassName
{
color: #82053F;
}
.AnyTagClassName
{
color: #82053F;
}
</style>
background-color css
<style>
a { background-color: #82053F; }
a { background-color: rgb(130,5,63); }
div.DivClassName
{
background-color: #82053F;
}
.BgClassName
{
background-color: #82053F;
}
</style>
border-color css
<style>
span { border-color: #82053F; }
span { border-color: rgb(130,5,63); }
td.TdClassName
{
border-color: #82053F;
}
.TagClassName
{
border-color: #82053F;
}
</style>