Shades of Tyrian Purple #55043A
Tints of Tyrian Purple #55043A
RGB
CMYK
RGB Variations
Color information
#55043A (or 0x55043A) is known color: Tyrian Purple. HEX triplet: 55, 04 and 3A. RGB value is (85,4,58). Sum of RGB (Red+Green+Blue) = 85+4+58=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043A is #AAFBC5. Grayscale: #222222. Windows color (decimal): -11205574 or 3802197. OLE color: 3802197.
HSL color Cylindrical-coordinate representation of color #55043A: hue angle of 320º 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 #55043A is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 58 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.67 |
| HSL | 320º | 0.91% | 0.17% | - |
| HSV(B) | 320º | 0.95% | 0.33% | - |
| XYZ | 4.55 | 2.32 | 4.21 | - |
| YUV | 34.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 58 | 0 | 0.95 | 0.32 | 0.67 | 320 | 0.91 | 0.17 |
| Hex | 55 | 4 | 3A | 0 | 5F | 20 | 43 | 140 | 5B | 11 |
| Octal | 125 | 4 | 72 | 0 | 137 | 40 | 103 | 500 | 133 | 21 |
| Binary | 1010101 | 100 | 111010 | 0 | 1011111 | 100000 | 1000011 | 101000000 | 1011011 | 10001 |
Color Harmonies of #55043A
Complementary color
Monochromatic Colors of #55043A
Black with #55043A
Text Example
Text Example
White with #55043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55043A; }
p { color: rgb(85,4,58); }
H1.HeaderClassName
{
color: #55043A;
}
.AnyTagClassName
{
color: #55043A;
}
</style>
background-color css
<style>
a { background-color: #55043A; }
a { background-color: rgb(85,4,58); }
div.DivClassName
{
background-color: #55043A;
}
.BgClassName
{
background-color: #55043A;
}
</style>
border-color css
<style>
span { border-color: #55043A; }
span { border-color: rgb(85,4,58); }
td.TdClassName
{
border-color: #55043A;
}
.TagClassName
{
border-color: #55043A;
}
</style>