Shades of Tyrian Purple #53003B
Tints of Tyrian Purple #53003B
RGB
CMYK
RGB Variations
Color information
#53003B (or 0x53003B) is known color: Tyrian Purple. HEX triplet: 53, 00 and 3B. RGB value is (83,0,59). Sum of RGB (Red+Green+Blue) = 83+0+59=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003B is #ACFFC4. Grayscale: #1F1F1F. Windows color (decimal): -11337669 or 3866707. OLE color: 3866707.
HSL color Cylindrical-coordinate representation of color #53003B: hue angle of 317.35º 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 #53003B is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.29 | 0.67 |
| HSL | 317.35º | 1% | 0.16% | - |
| HSV(B) | 317.35º | 1% | 0.33% | - |
| XYZ | 4.36 | 2.15 | 4.32 | - |
| YUV | 31.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 59 | 0 | 1 | 0.29 | 0.67 | 317.35 | 1 | 0.16 |
| Hex | 53 | 0 | 3B | 0 | 64 | 1D | 43 | 13D | 64 | 10 |
| Octal | 123 | 0 | 73 | 0 | 144 | 35 | 103 | 475 | 144 | 20 |
| Binary | 1010011 | 0 | 111011 | 0 | 1100100 | 11101 | 1000011 | 100111101 | 1100100 | 10000 |
Color Harmonies of #53003B
Complementary color
Monochromatic Colors of #53003B
Black with #53003B
Text Example
Text Example
White with #53003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53003B; }
p { color: rgb(83,0,59); }
H1.HeaderClassName
{
color: #53003B;
}
.AnyTagClassName
{
color: #53003B;
}
</style>
background-color css
<style>
a { background-color: #53003B; }
a { background-color: rgb(83,0,59); }
div.DivClassName
{
background-color: #53003B;
}
.BgClassName
{
background-color: #53003B;
}
</style>
border-color css
<style>
span { border-color: #53003B; }
span { border-color: rgb(83,0,59); }
td.TdClassName
{
border-color: #53003B;
}
.TagClassName
{
border-color: #53003B;
}
</style>