Shades of Tyrian Purple #53033B
Tints of Tyrian Purple #53033B
RGB
CMYK
RGB Variations
Color information
#53033B (or 0x53033B) is known color: Tyrian Purple. HEX triplet: 53, 03 and 3B. RGB value is (83,3,59). Sum of RGB (Red+Green+Blue) = 83+3+59=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53033B is #ACFCC4. Grayscale: #212121. Windows color (decimal): -11336901 or 3867475. OLE color: 3867475.
HSL color Cylindrical-coordinate representation of color #53033B: hue angle of 318º 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 #53033B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.67 |
| HSL | 318º | 0.93% | 0.17% | - |
| HSV(B) | 318º | 0.96% | 0.33% | - |
| XYZ | 4.39 | 2.22 | 4.33 | - |
| YUV | 33.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 59 | 0 | 0.96 | 0.29 | 0.67 | 318 | 0.93 | 0.17 |
| Hex | 53 | 3 | 3B | 0 | 60 | 1D | 43 | 13E | 5D | 11 |
| Octal | 123 | 3 | 73 | 0 | 140 | 35 | 103 | 476 | 135 | 21 |
| Binary | 1010011 | 11 | 111011 | 0 | 1100000 | 11101 | 1000011 | 100111110 | 1011101 | 10001 |
Color Harmonies of #53033B
Complementary color
Monochromatic Colors of #53033B
Black with #53033B
Text Example
Text Example
White with #53033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53033B; }
p { color: rgb(83,3,59); }
H1.HeaderClassName
{
color: #53033B;
}
.AnyTagClassName
{
color: #53033B;
}
</style>
background-color css
<style>
a { background-color: #53033B; }
a { background-color: rgb(83,3,59); }
div.DivClassName
{
background-color: #53033B;
}
.BgClassName
{
background-color: #53033B;
}
</style>
border-color css
<style>
span { border-color: #53033B; }
span { border-color: rgb(83,3,59); }
td.TdClassName
{
border-color: #53033B;
}
.TagClassName
{
border-color: #53033B;
}
</style>