Shades of Tyrian Purple #55044A
Tints of Tyrian Purple #55044A
RGB
CMYK
RGB Variations
Color information
#55044A (or 0x55044A) is known color: Tyrian Purple. HEX triplet: 55, 04 and 4A. RGB value is (85,4,74). Sum of RGB (Red+Green+Blue) = 85+4+74=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55044A is #AAFBB5. Grayscale: #242424. Windows color (decimal): -11205558 or 4850773. OLE color: 4850773.
HSL color Cylindrical-coordinate representation of color #55044A: hue angle of 308.15º 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 #55044A is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 74 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.67 |
| HSL | 308.15º | 0.91% | 0.17% | - |
| HSV(B) | 308.15º | 0.95% | 0.33% | - |
| XYZ | 5.03 | 2.51 | 6.7 | - |
| YUV | 36.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 74 | 0 | 0.95 | 0.13 | 0.67 | 308.15 | 0.91 | 0.17 |
| Hex | 55 | 4 | 4A | 0 | 5F | D | 43 | 134 | 5B | 11 |
| Octal | 125 | 4 | 112 | 0 | 137 | 15 | 103 | 464 | 133 | 21 |
| Binary | 1010101 | 100 | 1001010 | 0 | 1011111 | 1101 | 1000011 | 100110100 | 1011011 | 10001 |
Color Harmonies of #55044A
Complementary color
Monochromatic Colors of #55044A
Black with #55044A
Text Example
Text Example
White with #55044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55044A; }
p { color: rgb(85,4,74); }
H1.HeaderClassName
{
color: #55044A;
}
.AnyTagClassName
{
color: #55044A;
}
</style>
background-color css
<style>
a { background-color: #55044A; }
a { background-color: rgb(85,4,74); }
div.DivClassName
{
background-color: #55044A;
}
.BgClassName
{
background-color: #55044A;
}
</style>
border-color css
<style>
span { border-color: #55044A; }
span { border-color: rgb(85,4,74); }
td.TdClassName
{
border-color: #55044A;
}
.TagClassName
{
border-color: #55044A;
}
</style>