Shades of Tyrian Purple #53054F
Tints of Tyrian Purple #53054F
RGB
CMYK
RGB Variations
Color information
#53054F (or 0x53054F) is known color: Tyrian Purple. HEX triplet: 53, 05 and 4F. RGB value is (83,5,79). Sum of RGB (Red+Green+Blue) = 83+5+79=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53054F is #ACFAB0. Grayscale: #242424. Windows color (decimal): -11336369 or 5178707. OLE color: 5178707.
HSL color Cylindrical-coordinate representation of color #53054F: hue angle of 303.08º 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 #53054F is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 79 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.67 |
| HSL | 303.08º | 0.89% | 0.17% | - |
| HSV(B) | 303.08º | 0.94% | 0.33% | - |
| XYZ | 5.03 | 2.51 | 7.62 | - |
| YUV | 36.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 79 | 0 | 0.94 | 0.05 | 0.67 | 303.08 | 0.89 | 0.17 |
| Hex | 53 | 5 | 4F | 0 | 5E | 5 | 43 | 12F | 59 | 11 |
| Octal | 123 | 5 | 117 | 0 | 136 | 5 | 103 | 457 | 131 | 21 |
| Binary | 1010011 | 101 | 1001111 | 0 | 1011110 | 101 | 1000011 | 100101111 | 1011001 | 10001 |
Color Harmonies of #53054F
Complementary color
Monochromatic Colors of #53054F
Black with #53054F
Text Example
Text Example
White with #53054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53054F; }
p { color: rgb(83,5,79); }
H1.HeaderClassName
{
color: #53054F;
}
.AnyTagClassName
{
color: #53054F;
}
</style>
background-color css
<style>
a { background-color: #53054F; }
a { background-color: rgb(83,5,79); }
div.DivClassName
{
background-color: #53054F;
}
.BgClassName
{
background-color: #53054F;
}
</style>
border-color css
<style>
span { border-color: #53054F; }
span { border-color: rgb(83,5,79); }
td.TdClassName
{
border-color: #53054F;
}
.TagClassName
{
border-color: #53054F;
}
</style>