Shades of Tyrian Purple #53033D
Tints of Tyrian Purple #53033D
RGB
CMYK
RGB Variations
Color information
#53033D (or 0x53033D) is known color: Tyrian Purple. HEX triplet: 53, 03 and 3D. RGB value is (83,3,61). Sum of RGB (Red+Green+Blue) = 83+3+61=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53033D is #ACFCC2. Grayscale: #212121. Windows color (decimal): -11336899 or 3998547. OLE color: 3998547.
HSL color Cylindrical-coordinate representation of color #53033D: hue angle of 316.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53033D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.67 |
| HSL | 316.5º | 0.93% | 0.17% | - |
| HSV(B) | 316.5º | 0.96% | 0.33% | - |
| XYZ | 4.44 | 2.24 | 4.61 | - |
| YUV | 33.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 61 | 0 | 0.96 | 0.27 | 0.67 | 316.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 3D | 0 | 60 | 1B | 43 | 13C | 5D | 11 |
| Octal | 123 | 3 | 75 | 0 | 140 | 33 | 103 | 474 | 135 | 21 |
| Binary | 1010011 | 11 | 111101 | 0 | 1100000 | 11011 | 1000011 | 100111100 | 1011101 | 10001 |
Color Harmonies of #53033D
Complementary color
Monochromatic Colors of #53033D
Black with #53033D
Text Example
Text Example
White with #53033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53033D; }
p { color: rgb(83,3,61); }
H1.HeaderClassName
{
color: #53033D;
}
.AnyTagClassName
{
color: #53033D;
}
</style>
background-color css
<style>
a { background-color: #53033D; }
a { background-color: rgb(83,3,61); }
div.DivClassName
{
background-color: #53033D;
}
.BgClassName
{
background-color: #53033D;
}
</style>
border-color css
<style>
span { border-color: #53033D; }
span { border-color: rgb(83,3,61); }
td.TdClassName
{
border-color: #53033D;
}
.TagClassName
{
border-color: #53033D;
}
</style>