Shades of Tyrian Purple #53074F
Tints of Tyrian Purple #53074F
RGB
CMYK
RGB Variations
Color information
#53074F (or 0x53074F) is known color: Tyrian Purple. HEX triplet: 53, 07 and 4F. RGB value is (83,7,79). Sum of RGB (Red+Green+Blue) = 83+7+79=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53074F is #ACF8B0. Grayscale: #252525. Windows color (decimal): -11335857 or 5179219. OLE color: 5179219.
HSL color Cylindrical-coordinate representation of color #53074F: hue angle of 303.16º 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 #53074F is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 79 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.67 |
| HSL | 303.16º | 0.84% | 0.18% | - |
| HSV(B) | 303.16º | 0.92% | 0.33% | - |
| XYZ | 5.05 | 2.56 | 7.62 | - |
| YUV | 37.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 79 | 0 | 0.92 | 0.05 | 0.67 | 303.16 | 0.84 | 0.18 |
| Hex | 53 | 7 | 4F | 0 | 5C | 5 | 43 | 12F | 54 | 12 |
| Octal | 123 | 7 | 117 | 0 | 134 | 5 | 103 | 457 | 124 | 22 |
| Binary | 1010011 | 111 | 1001111 | 0 | 1011100 | 101 | 1000011 | 100101111 | 1010100 | 10010 |
Color Harmonies of #53074F
Complementary color
Monochromatic Colors of #53074F
Black with #53074F
Text Example
Text Example
White with #53074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53074F; }
p { color: rgb(83,7,79); }
H1.HeaderClassName
{
color: #53074F;
}
.AnyTagClassName
{
color: #53074F;
}
</style>
background-color css
<style>
a { background-color: #53074F; }
a { background-color: rgb(83,7,79); }
div.DivClassName
{
background-color: #53074F;
}
.BgClassName
{
background-color: #53074F;
}
</style>
border-color css
<style>
span { border-color: #53074F; }
span { border-color: rgb(83,7,79); }
td.TdClassName
{
border-color: #53074F;
}
.TagClassName
{
border-color: #53074F;
}
</style>