Shades of Tyrian Purple #53093A
Tints of Tyrian Purple #53093A
RGB
CMYK
RGB Variations
Color information
#53093A (or 0x53093A) is known color: Tyrian Purple. HEX triplet: 53, 09 and 3A. RGB value is (83,9,58). Sum of RGB (Red+Green+Blue) = 83+9+58=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53093A is #ACF6C5. Grayscale: #242424. Windows color (decimal): -11335366 or 3803475. OLE color: 3803475.
HSL color Cylindrical-coordinate representation of color #53093A: hue angle of 320.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53093A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 58 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.67 |
| HSL | 320.27º | 0.8% | 0.18% | - |
| HSV(B) | 320.27º | 0.89% | 0.33% | - |
| XYZ | 4.43 | 2.34 | 4.22 | - |
| YUV | 36.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 58 | 0 | 0.89 | 0.30 | 0.67 | 320.27 | 0.8 | 0.18 |
| Hex | 53 | 9 | 3A | 0 | 59 | 1E | 43 | 140 | 50 | 12 |
| Octal | 123 | 11 | 72 | 0 | 131 | 36 | 103 | 500 | 120 | 22 |
| Binary | 1010011 | 1001 | 111010 | 0 | 1011001 | 11110 | 1000011 | 101000000 | 1010000 | 10010 |
Color Harmonies of #53093A
Complementary color
Monochromatic Colors of #53093A
Black with #53093A
Text Example
Text Example
White with #53093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53093A; }
p { color: rgb(83,9,58); }
H1.HeaderClassName
{
color: #53093A;
}
.AnyTagClassName
{
color: #53093A;
}
</style>
background-color css
<style>
a { background-color: #53093A; }
a { background-color: rgb(83,9,58); }
div.DivClassName
{
background-color: #53093A;
}
.BgClassName
{
background-color: #53093A;
}
</style>
border-color css
<style>
span { border-color: #53093A; }
span { border-color: rgb(83,9,58); }
td.TdClassName
{
border-color: #53093A;
}
.TagClassName
{
border-color: #53093A;
}
</style>