Shades of Tyrian Purple #55014D
Tints of Tyrian Purple #55014D
RGB
CMYK
RGB Variations
Color information
#55014D (or 0x55014D) is known color: Tyrian Purple. HEX triplet: 55, 01 and 4D. RGB value is (85,1,77). Sum of RGB (Red+Green+Blue) = 85+1+77=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55014D is #AAFEB2. Grayscale: #222222. Windows color (decimal): -11206323 or 5046613. OLE color: 5046613.
HSL color Cylindrical-coordinate representation of color #55014D: hue angle of 305.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55014D is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.67 |
| HSL | 305.71º | 0.98% | 0.17% | - |
| HSV(B) | 305.71º | 0.99% | 0.33% | - |
| XYZ | 5.1 | 2.49 | 7.23 | - |
| YUV | 34.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 77 | 0 | 0.99 | 0.09 | 0.67 | 305.71 | 0.98 | 0.17 |
| Hex | 55 | 1 | 4D | 0 | 63 | 9 | 43 | 132 | 62 | 11 |
| Octal | 125 | 1 | 115 | 0 | 143 | 11 | 103 | 462 | 142 | 21 |
| Binary | 1010101 | 1 | 1001101 | 0 | 1100011 | 1001 | 1000011 | 100110010 | 1100010 | 10001 |
Color Harmonies of #55014D
Complementary color
Monochromatic Colors of #55014D
Black with #55014D
Text Example
Text Example
White with #55014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55014D; }
p { color: rgb(85,1,77); }
H1.HeaderClassName
{
color: #55014D;
}
.AnyTagClassName
{
color: #55014D;
}
</style>
background-color css
<style>
a { background-color: #55014D; }
a { background-color: rgb(85,1,77); }
div.DivClassName
{
background-color: #55014D;
}
.BgClassName
{
background-color: #55014D;
}
</style>
border-color css
<style>
span { border-color: #55014D; }
span { border-color: rgb(85,1,77); }
td.TdClassName
{
border-color: #55014D;
}
.TagClassName
{
border-color: #55014D;
}
</style>