Shades of Tyrian Purple #55054B
Tints of Tyrian Purple #55054B
RGB
CMYK
RGB Variations
Color information
#55054B (or 0x55054B) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4B. RGB value is (85,5,75). Sum of RGB (Red+Green+Blue) = 85+5+75=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55054B is #AAFAB4. Grayscale: #242424. Windows color (decimal): -11205301 or 4916565. OLE color: 4916565.
HSL color Cylindrical-coordinate representation of color #55054B: hue angle of 307.5º 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 #55054B is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 75 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.67 |
| HSL | 307.5º | 0.89% | 0.18% | - |
| HSV(B) | 307.5º | 0.94% | 0.33% | - |
| XYZ | 5.07 | 2.55 | 6.88 | - |
| YUV | 36.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 75 | 0 | 0.94 | 0.12 | 0.67 | 307.5 | 0.89 | 0.18 |
| Hex | 55 | 5 | 4B | 0 | 5E | C | 43 | 134 | 59 | 12 |
| Octal | 125 | 5 | 113 | 0 | 136 | 14 | 103 | 464 | 131 | 22 |
| Binary | 1010101 | 101 | 1001011 | 0 | 1011110 | 1100 | 1000011 | 100110100 | 1011001 | 10010 |
Color Harmonies of #55054B
Complementary color
Monochromatic Colors of #55054B
Black with #55054B
Text Example
Text Example
White with #55054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55054B; }
p { color: rgb(85,5,75); }
H1.HeaderClassName
{
color: #55054B;
}
.AnyTagClassName
{
color: #55054B;
}
</style>
background-color css
<style>
a { background-color: #55054B; }
a { background-color: rgb(85,5,75); }
div.DivClassName
{
background-color: #55054B;
}
.BgClassName
{
background-color: #55054B;
}
</style>
border-color css
<style>
span { border-color: #55054B; }
span { border-color: rgb(85,5,75); }
td.TdClassName
{
border-color: #55054B;
}
.TagClassName
{
border-color: #55054B;
}
</style>