Shades of Tyrian Purple #53023E
Tints of Tyrian Purple #53023E
RGB
CMYK
RGB Variations
Color information
#53023E (or 0x53023E) is known color: Tyrian Purple. HEX triplet: 53, 02 and 3E. RGB value is (83,2,62). Sum of RGB (Red+Green+Blue) = 83+2+62=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023E is #ACFDC1. Grayscale: #202020. Windows color (decimal): -11337154 or 4063827. OLE color: 4063827.
HSL color Cylindrical-coordinate representation of color #53023E: hue angle of 315.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53023E is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.67 |
| HSL | 315.56º | 0.95% | 0.17% | - |
| HSV(B) | 315.56º | 0.98% | 0.33% | - |
| XYZ | 4.46 | 2.23 | 4.75 | - |
| YUV | 33.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 62 | 0 | 0.98 | 0.25 | 0.67 | 315.56 | 0.95 | 0.17 |
| Hex | 53 | 2 | 3E | 0 | 62 | 19 | 43 | 13C | 5F | 11 |
| Octal | 123 | 2 | 76 | 0 | 142 | 31 | 103 | 474 | 137 | 21 |
| Binary | 1010011 | 10 | 111110 | 0 | 1100010 | 11001 | 1000011 | 100111100 | 1011111 | 10001 |
Color Harmonies of #53023E
Complementary color
Monochromatic Colors of #53023E
Black with #53023E
Text Example
Text Example
White with #53023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53023E; }
p { color: rgb(83,2,62); }
H1.HeaderClassName
{
color: #53023E;
}
.AnyTagClassName
{
color: #53023E;
}
</style>
background-color css
<style>
a { background-color: #53023E; }
a { background-color: rgb(83,2,62); }
div.DivClassName
{
background-color: #53023E;
}
.BgClassName
{
background-color: #53023E;
}
</style>
border-color css
<style>
span { border-color: #53023E; }
span { border-color: rgb(83,2,62); }
td.TdClassName
{
border-color: #53023E;
}
.TagClassName
{
border-color: #53023E;
}
</style>