Shades of Tyrian Purple #53053C
Tints of Tyrian Purple #53053C
RGB
CMYK
RGB Variations
Color information
#53053C (or 0x53053C) is known color: Tyrian Purple. HEX triplet: 53, 05 and 3C. RGB value is (83,5,60). Sum of RGB (Red+Green+Blue) = 83+5+60=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053C is #ACFAC3. Grayscale: #222222. Windows color (decimal): -11336388 or 3933523. OLE color: 3933523.
HSL color Cylindrical-coordinate representation of color #53053C: hue angle of 317.69º 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 #53053C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.67 |
| HSL | 317.69º | 0.89% | 0.17% | - |
| HSV(B) | 317.69º | 0.94% | 0.33% | - |
| XYZ | 4.44 | 2.27 | 4.48 | - |
| YUV | 34.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 60 | 0 | 0.94 | 0.28 | 0.67 | 317.69 | 0.89 | 0.17 |
| Hex | 53 | 5 | 3C | 0 | 5E | 1C | 43 | 13E | 59 | 11 |
| Octal | 123 | 5 | 74 | 0 | 136 | 34 | 103 | 476 | 131 | 21 |
| Binary | 1010011 | 101 | 111100 | 0 | 1011110 | 11100 | 1000011 | 100111110 | 1011001 | 10001 |
Color Harmonies of #53053C
Complementary color
Monochromatic Colors of #53053C
Black with #53053C
Text Example
Text Example
White with #53053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53053C; }
p { color: rgb(83,5,60); }
H1.HeaderClassName
{
color: #53053C;
}
.AnyTagClassName
{
color: #53053C;
}
</style>
background-color css
<style>
a { background-color: #53053C; }
a { background-color: rgb(83,5,60); }
div.DivClassName
{
background-color: #53053C;
}
.BgClassName
{
background-color: #53053C;
}
</style>
border-color css
<style>
span { border-color: #53053C; }
span { border-color: rgb(83,5,60); }
td.TdClassName
{
border-color: #53053C;
}
.TagClassName
{
border-color: #53053C;
}
</style>