Shades of Tyrian Purple #53013D
Tints of Tyrian Purple #53013D
RGB
CMYK
RGB Variations
Color information
#53013D (or 0x53013D) is known color: Tyrian Purple. HEX triplet: 53, 01 and 3D. RGB value is (83,1,61). Sum of RGB (Red+Green+Blue) = 83+1+61=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013D is #ACFEC2. Grayscale: #202020. Windows color (decimal): -11337411 or 3998035. OLE color: 3998035.
HSL color Cylindrical-coordinate representation of color #53013D: hue angle of 316.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53013D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.67 |
| HSL | 316.1º | 0.98% | 0.16% | - |
| HSV(B) | 316.1º | 0.99% | 0.33% | - |
| XYZ | 4.42 | 2.2 | 4.61 | - |
| YUV | 32.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 61 | 0 | 0.99 | 0.27 | 0.67 | 316.1 | 0.98 | 0.16 |
| Hex | 53 | 1 | 3D | 0 | 63 | 1B | 43 | 13C | 62 | 10 |
| Octal | 123 | 1 | 75 | 0 | 143 | 33 | 103 | 474 | 142 | 20 |
| Binary | 1010011 | 1 | 111101 | 0 | 1100011 | 11011 | 1000011 | 100111100 | 1100010 | 10000 |
Color Harmonies of #53013D
Complementary color
Monochromatic Colors of #53013D
Black with #53013D
Text Example
Text Example
White with #53013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53013D; }
p { color: rgb(83,1,61); }
H1.HeaderClassName
{
color: #53013D;
}
.AnyTagClassName
{
color: #53013D;
}
</style>
background-color css
<style>
a { background-color: #53013D; }
a { background-color: rgb(83,1,61); }
div.DivClassName
{
background-color: #53013D;
}
.BgClassName
{
background-color: #53013D;
}
</style>
border-color css
<style>
span { border-color: #53013D; }
span { border-color: rgb(83,1,61); }
td.TdClassName
{
border-color: #53013D;
}
.TagClassName
{
border-color: #53013D;
}
</style>