Shades of Tyrian Purple #55054A
Tints of Tyrian Purple #55054A
RGB
CMYK
RGB Variations
Color information
#55054A (or 0x55054A) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4A. RGB value is (85,5,74). Sum of RGB (Red+Green+Blue) = 85+5+74=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55054A is #AAFAB5. Grayscale: #242424. Windows color (decimal): -11205302 or 4851029. OLE color: 4851029.
HSL color Cylindrical-coordinate representation of color #55054A: hue angle of 308.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55054A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.67 |
| HSL | 308.25º | 0.89% | 0.18% | - |
| HSV(B) | 308.25º | 0.94% | 0.33% | - |
| XYZ | 5.04 | 2.53 | 6.7 | - |
| YUV | 36.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 74 | 0 | 0.94 | 0.13 | 0.67 | 308.25 | 0.89 | 0.18 |
| Hex | 55 | 5 | 4A | 0 | 5E | D | 43 | 134 | 59 | 12 |
| Octal | 125 | 5 | 112 | 0 | 136 | 15 | 103 | 464 | 131 | 22 |
| Binary | 1010101 | 101 | 1001010 | 0 | 1011110 | 1101 | 1000011 | 100110100 | 1011001 | 10010 |
Color Harmonies of #55054A
Complementary color
Monochromatic Colors of #55054A
Black with #55054A
Text Example
Text Example
White with #55054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55054A; }
p { color: rgb(85,5,74); }
H1.HeaderClassName
{
color: #55054A;
}
.AnyTagClassName
{
color: #55054A;
}
</style>
background-color css
<style>
a { background-color: #55054A; }
a { background-color: rgb(85,5,74); }
div.DivClassName
{
background-color: #55054A;
}
.BgClassName
{
background-color: #55054A;
}
</style>
border-color css
<style>
span { border-color: #55054A; }
span { border-color: rgb(85,5,74); }
td.TdClassName
{
border-color: #55054A;
}
.TagClassName
{
border-color: #55054A;
}
</style>