Shades of Tyrian Purple #53003D
Tints of Tyrian Purple #53003D
RGB
CMYK
RGB Variations
Color information
#53003D (or 0x53003D) is known color: Tyrian Purple. HEX triplet: 53, 00 and 3D. RGB value is (83,0,61). Sum of RGB (Red+Green+Blue) = 83+0+61=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003D is #ACFFC2. Grayscale: #1F1F1F. Windows color (decimal): -11337667 or 3997779. OLE color: 3997779.
HSL color Cylindrical-coordinate representation of color #53003D: hue angle of 315.9º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53003D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.27 | 0.67 |
| HSL | 315.9º | 1% | 0.16% | - |
| HSV(B) | 315.9º | 1% | 0.33% | - |
| XYZ | 4.41 | 2.18 | 4.6 | - |
| YUV | 31.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 61 | 0 | 1 | 0.27 | 0.67 | 315.9 | 1 | 0.16 |
| Hex | 53 | 0 | 3D | 0 | 64 | 1B | 43 | 13C | 64 | 10 |
| Octal | 123 | 0 | 75 | 0 | 144 | 33 | 103 | 474 | 144 | 20 |
| Binary | 1010011 | 0 | 111101 | 0 | 1100100 | 11011 | 1000011 | 100111100 | 1100100 | 10000 |
Color Harmonies of #53003D
Complementary color
Monochromatic Colors of #53003D
Black with #53003D
Text Example
Text Example
White with #53003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53003D; }
p { color: rgb(83,0,61); }
H1.HeaderClassName
{
color: #53003D;
}
.AnyTagClassName
{
color: #53003D;
}
</style>
background-color css
<style>
a { background-color: #53003D; }
a { background-color: rgb(83,0,61); }
div.DivClassName
{
background-color: #53003D;
}
.BgClassName
{
background-color: #53003D;
}
</style>
border-color css
<style>
span { border-color: #53003D; }
span { border-color: rgb(83,0,61); }
td.TdClassName
{
border-color: #53003D;
}
.TagClassName
{
border-color: #53003D;
}
</style>