Shades of Tyrian Purple #53053E
Tints of Tyrian Purple #53053E
RGB
CMYK
RGB Variations
Color information
#53053E (or 0x53053E) is known color: Tyrian Purple. HEX triplet: 53, 05 and 3E. RGB value is (83,5,62). Sum of RGB (Red+Green+Blue) = 83+5+62=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053E is #ACFAC1. Grayscale: #222222. Windows color (decimal): -11336386 or 4064595. OLE color: 4064595.
HSL color Cylindrical-coordinate representation of color #53053E: hue angle of 316.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53053E is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 62 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.67 |
| HSL | 316.15º | 0.89% | 0.17% | - |
| HSV(B) | 316.15º | 0.94% | 0.33% | - |
| XYZ | 4.49 | 2.3 | 4.76 | - |
| YUV | 34.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 62 | 0 | 0.94 | 0.25 | 0.67 | 316.15 | 0.89 | 0.17 |
| Hex | 53 | 5 | 3E | 0 | 5E | 19 | 43 | 13C | 59 | 11 |
| Octal | 123 | 5 | 76 | 0 | 136 | 31 | 103 | 474 | 131 | 21 |
| Binary | 1010011 | 101 | 111110 | 0 | 1011110 | 11001 | 1000011 | 100111100 | 1011001 | 10001 |
Color Harmonies of #53053E
Complementary color
Monochromatic Colors of #53053E
Black with #53053E
Text Example
Text Example
White with #53053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53053E; }
p { color: rgb(83,5,62); }
H1.HeaderClassName
{
color: #53053E;
}
.AnyTagClassName
{
color: #53053E;
}
</style>
background-color css
<style>
a { background-color: #53053E; }
a { background-color: rgb(83,5,62); }
div.DivClassName
{
background-color: #53053E;
}
.BgClassName
{
background-color: #53053E;
}
</style>
border-color css
<style>
span { border-color: #53053E; }
span { border-color: rgb(83,5,62); }
td.TdClassName
{
border-color: #53053E;
}
.TagClassName
{
border-color: #53053E;
}
</style>