Shades of Tyrian Purple #55004B
Tints of Tyrian Purple #55004B
RGB
CMYK
RGB Variations
Color information
#55004B (or 0x55004B) is known color: Tyrian Purple. HEX triplet: 55, 00 and 4B. RGB value is (85,0,75). Sum of RGB (Red+Green+Blue) = 85+0+75=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55004B is #AAFFB4. Grayscale: #212121. Windows color (decimal): -11206581 or 4915285. OLE color: 4915285.
HSL color Cylindrical-coordinate representation of color #55004B: hue angle of 307.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55004B is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.12 | 0.67 |
| HSL | 307.06º | 1% | 0.17% | - |
| HSV(B) | 307.06º | 1% | 0.33% | - |
| XYZ | 5.02 | 2.44 | 6.86 | - |
| YUV | 33.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 75 | 0 | 1 | 0.12 | 0.67 | 307.06 | 1 | 0.17 |
| Hex | 55 | 0 | 4B | 0 | 64 | C | 43 | 133 | 64 | 11 |
| Octal | 125 | 0 | 113 | 0 | 144 | 14 | 103 | 463 | 144 | 21 |
| Binary | 1010101 | 0 | 1001011 | 0 | 1100100 | 1100 | 1000011 | 100110011 | 1100100 | 10001 |
Color Harmonies of #55004B
Complementary color
Monochromatic Colors of #55004B
Black with #55004B
Text Example
Text Example
White with #55004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55004B; }
p { color: rgb(85,0,75); }
H1.HeaderClassName
{
color: #55004B;
}
.AnyTagClassName
{
color: #55004B;
}
</style>
background-color css
<style>
a { background-color: #55004B; }
a { background-color: rgb(85,0,75); }
div.DivClassName
{
background-color: #55004B;
}
.BgClassName
{
background-color: #55004B;
}
</style>
border-color css
<style>
span { border-color: #55004B; }
span { border-color: rgb(85,0,75); }
td.TdClassName
{
border-color: #55004B;
}
.TagClassName
{
border-color: #55004B;
}
</style>