Shades of Tyrian Purple #53074D
Tints of Tyrian Purple #53074D
RGB
CMYK
RGB Variations
Color information
#53074D (or 0x53074D) is known color: Tyrian Purple. HEX triplet: 53, 07 and 4D. RGB value is (83,7,77). Sum of RGB (Red+Green+Blue) = 83+7+77=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53074D is #ACF8B2. Grayscale: #252525. Windows color (decimal): -11335859 or 5048147. OLE color: 5048147.
HSL color Cylindrical-coordinate representation of color #53074D: hue angle of 304.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53074D is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 77 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.67 |
| HSL | 304.74º | 0.84% | 0.18% | - |
| HSV(B) | 304.74º | 0.92% | 0.33% | - |
| XYZ | 4.98 | 2.53 | 7.25 | - |
| YUV | 37.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 77 | 0 | 0.92 | 0.07 | 0.67 | 304.74 | 0.84 | 0.18 |
| Hex | 53 | 7 | 4D | 0 | 5C | 7 | 43 | 131 | 54 | 12 |
| Octal | 123 | 7 | 115 | 0 | 134 | 7 | 103 | 461 | 124 | 22 |
| Binary | 1010011 | 111 | 1001101 | 0 | 1011100 | 111 | 1000011 | 100110001 | 1010100 | 10010 |
Color Harmonies of #53074D
Complementary color
Monochromatic Colors of #53074D
Black with #53074D
Text Example
Text Example
White with #53074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53074D; }
p { color: rgb(83,7,77); }
H1.HeaderClassName
{
color: #53074D;
}
.AnyTagClassName
{
color: #53074D;
}
</style>
background-color css
<style>
a { background-color: #53074D; }
a { background-color: rgb(83,7,77); }
div.DivClassName
{
background-color: #53074D;
}
.BgClassName
{
background-color: #53074D;
}
</style>
border-color css
<style>
span { border-color: #53074D; }
span { border-color: rgb(83,7,77); }
td.TdClassName
{
border-color: #53074D;
}
.TagClassName
{
border-color: #53074D;
}
</style>