Shades of Tyrian Purple #55053C
Tints of Tyrian Purple #55053C
RGB
CMYK
RGB Variations
Color information
#55053C (or 0x55053C) is known color: Tyrian Purple. HEX triplet: 55, 05 and 3C. RGB value is (85,5,60). Sum of RGB (Red+Green+Blue) = 85+5+60=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053C is #AAFAC3. Grayscale: #232323. Windows color (decimal): -11205316 or 3933525. OLE color: 3933525.
HSL color Cylindrical-coordinate representation of color #55053C: hue angle of 318.75º 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 #55053C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.67 |
| HSL | 318.75º | 0.89% | 0.18% | - |
| HSV(B) | 318.75º | 0.94% | 0.33% | - |
| XYZ | 4.62 | 2.37 | 4.49 | - |
| YUV | 35.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 60 | 0 | 0.94 | 0.29 | 0.67 | 318.75 | 0.89 | 0.18 |
| Hex | 55 | 5 | 3C | 0 | 5E | 1D | 43 | 13F | 59 | 12 |
| Octal | 125 | 5 | 74 | 0 | 136 | 35 | 103 | 477 | 131 | 22 |
| Binary | 1010101 | 101 | 111100 | 0 | 1011110 | 11101 | 1000011 | 100111111 | 1011001 | 10010 |
Color Harmonies of #55053C
Complementary color
Monochromatic Colors of #55053C
Black with #55053C
Text Example
Text Example
White with #55053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55053C; }
p { color: rgb(85,5,60); }
H1.HeaderClassName
{
color: #55053C;
}
.AnyTagClassName
{
color: #55053C;
}
</style>
background-color css
<style>
a { background-color: #55053C; }
a { background-color: rgb(85,5,60); }
div.DivClassName
{
background-color: #55053C;
}
.BgClassName
{
background-color: #55053C;
}
</style>
border-color css
<style>
span { border-color: #55053C; }
span { border-color: rgb(85,5,60); }
td.TdClassName
{
border-color: #55053C;
}
.TagClassName
{
border-color: #55053C;
}
</style>