Shades of Tyrian Purple #53044B
Tints of Tyrian Purple #53044B
RGB
CMYK
RGB Variations
Color information
#53044B (or 0x53044B) is known color: Tyrian Purple. HEX triplet: 53, 04 and 4B. RGB value is (83,4,75). Sum of RGB (Red+Green+Blue) = 83+4+75=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53044B is #ACFBB4. Grayscale: #232323. Windows color (decimal): -11336629 or 4916307. OLE color: 4916307.
HSL color Cylindrical-coordinate representation of color #53044B: hue angle of 306.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53044B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 4 | 75 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.67 |
| HSL | 306.08º | 0.91% | 0.17% | - |
| HSV(B) | 306.08º | 0.95% | 0.33% | - |
| XYZ | 4.88 | 2.43 | 6.87 | - |
| YUV | 35.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 75 | 0 | 0.95 | 0.10 | 0.67 | 306.08 | 0.91 | 0.17 |
| Hex | 53 | 4 | 4B | 0 | 5F | A | 43 | 132 | 5B | 11 |
| Octal | 123 | 4 | 113 | 0 | 137 | 12 | 103 | 462 | 133 | 21 |
| Binary | 1010011 | 100 | 1001011 | 0 | 1011111 | 1010 | 1000011 | 100110010 | 1011011 | 10001 |
Color Harmonies of #53044B
Complementary color
Monochromatic Colors of #53044B
Black with #53044B
Text Example
Text Example
White with #53044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53044B; }
p { color: rgb(83,4,75); }
H1.HeaderClassName
{
color: #53044B;
}
.AnyTagClassName
{
color: #53044B;
}
</style>
background-color css
<style>
a { background-color: #53044B; }
a { background-color: rgb(83,4,75); }
div.DivClassName
{
background-color: #53044B;
}
.BgClassName
{
background-color: #53044B;
}
</style>
border-color css
<style>
span { border-color: #53044B; }
span { border-color: rgb(83,4,75); }
td.TdClassName
{
border-color: #53044B;
}
.TagClassName
{
border-color: #53044B;
}
</style>