Shades of Tyrian Purple #53063E
Tints of Tyrian Purple #53063E
RGB
CMYK
RGB Variations
Color information
#53063E (or 0x53063E) is known color: Tyrian Purple. HEX triplet: 53, 06 and 3E. RGB value is (83,6,62). Sum of RGB (Red+Green+Blue) = 83+6+62=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53063E is #ACF9C1. Grayscale: #232323. Windows color (decimal): -11336130 or 4064851. OLE color: 4064851.
HSL color Cylindrical-coordinate representation of color #53063E: hue angle of 316.36º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53063E is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 62 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.67 |
| HSL | 316.36º | 0.87% | 0.17% | - |
| HSV(B) | 316.36º | 0.93% | 0.33% | - |
| XYZ | 4.5 | 2.32 | 4.77 | - |
| YUV | 35.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 62 | 0 | 0.93 | 0.25 | 0.67 | 316.36 | 0.87 | 0.17 |
| Hex | 53 | 6 | 3E | 0 | 5D | 19 | 43 | 13C | 57 | 11 |
| Octal | 123 | 6 | 76 | 0 | 135 | 31 | 103 | 474 | 127 | 21 |
| Binary | 1010011 | 110 | 111110 | 0 | 1011101 | 11001 | 1000011 | 100111100 | 1010111 | 10001 |
Color Harmonies of #53063E
Complementary color
Monochromatic Colors of #53063E
Black with #53063E
Text Example
Text Example
White with #53063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53063E; }
p { color: rgb(83,6,62); }
H1.HeaderClassName
{
color: #53063E;
}
.AnyTagClassName
{
color: #53063E;
}
</style>
background-color css
<style>
a { background-color: #53063E; }
a { background-color: rgb(83,6,62); }
div.DivClassName
{
background-color: #53063E;
}
.BgClassName
{
background-color: #53063E;
}
</style>
border-color css
<style>
span { border-color: #53063E; }
span { border-color: rgb(83,6,62); }
td.TdClassName
{
border-color: #53063E;
}
.TagClassName
{
border-color: #53063E;
}
</style>