Shades of Tyrian Purple #53064D
Tints of Tyrian Purple #53064D
RGB
CMYK
RGB Variations
Color information
#53064D (or 0x53064D) is known color: Tyrian Purple. HEX triplet: 53, 06 and 4D. RGB value is (83,6,77). Sum of RGB (Red+Green+Blue) = 83+6+77=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53064D is #ACF9B2. Grayscale: #242424. Windows color (decimal): -11336115 or 5047891. OLE color: 5047891.
HSL color Cylindrical-coordinate representation of color #53064D: hue angle of 304.68º 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 #53064D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 77 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.67 |
| HSL | 304.68º | 0.87% | 0.17% | - |
| HSV(B) | 304.68º | 0.93% | 0.33% | - |
| XYZ | 4.97 | 2.51 | 7.24 | - |
| YUV | 37.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 77 | 0 | 0.93 | 0.07 | 0.67 | 304.68 | 0.87 | 0.17 |
| Hex | 53 | 6 | 4D | 0 | 5D | 7 | 43 | 131 | 57 | 11 |
| Octal | 123 | 6 | 115 | 0 | 135 | 7 | 103 | 461 | 127 | 21 |
| Binary | 1010011 | 110 | 1001101 | 0 | 1011101 | 111 | 1000011 | 100110001 | 1010111 | 10001 |
Color Harmonies of #53064D
Complementary color
Monochromatic Colors of #53064D
Black with #53064D
Text Example
Text Example
White with #53064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53064D; }
p { color: rgb(83,6,77); }
H1.HeaderClassName
{
color: #53064D;
}
.AnyTagClassName
{
color: #53064D;
}
</style>
background-color css
<style>
a { background-color: #53064D; }
a { background-color: rgb(83,6,77); }
div.DivClassName
{
background-color: #53064D;
}
.BgClassName
{
background-color: #53064D;
}
</style>
border-color css
<style>
span { border-color: #53064D; }
span { border-color: rgb(83,6,77); }
td.TdClassName
{
border-color: #53064D;
}
.TagClassName
{
border-color: #53064D;
}
</style>