Shades of Tyrian Purple #53034E
Tints of Tyrian Purple #53034E
RGB
CMYK
RGB Variations
Color information
#53034E (or 0x53034E) is known color: Tyrian Purple. HEX triplet: 53, 03 and 4E. RGB value is (83,3,78). Sum of RGB (Red+Green+Blue) = 83+3+78=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53034E is #ACFCB1. Grayscale: #232323. Windows color (decimal): -11336882 or 5112659. OLE color: 5112659.
HSL color Cylindrical-coordinate representation of color #53034E: hue angle of 303.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53034E is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 78 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.67 |
| HSL | 303.75º | 0.93% | 0.17% | - |
| HSV(B) | 303.75º | 0.96% | 0.33% | - |
| XYZ | 4.97 | 2.45 | 7.42 | - |
| YUV | 35.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 78 | 0 | 0.96 | 0.06 | 0.67 | 303.75 | 0.93 | 0.17 |
| Hex | 53 | 3 | 4E | 0 | 60 | 6 | 43 | 130 | 5D | 11 |
| Octal | 123 | 3 | 116 | 0 | 140 | 6 | 103 | 460 | 135 | 21 |
| Binary | 1010011 | 11 | 1001110 | 0 | 1100000 | 110 | 1000011 | 100110000 | 1011101 | 10001 |
Color Harmonies of #53034E
Complementary color
Monochromatic Colors of #53034E
Black with #53034E
Text Example
Text Example
White with #53034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53034E; }
p { color: rgb(83,3,78); }
H1.HeaderClassName
{
color: #53034E;
}
.AnyTagClassName
{
color: #53034E;
}
</style>
background-color css
<style>
a { background-color: #53034E; }
a { background-color: rgb(83,3,78); }
div.DivClassName
{
background-color: #53034E;
}
.BgClassName
{
background-color: #53034E;
}
</style>
border-color css
<style>
span { border-color: #53034E; }
span { border-color: rgb(83,3,78); }
td.TdClassName
{
border-color: #53034E;
}
.TagClassName
{
border-color: #53034E;
}
</style>