Shades of Tyrian Purple #55003B
Tints of Tyrian Purple #55003B
RGB
CMYK
RGB Variations
Color information
#55003B (or 0x55003B) is known color: Tyrian Purple. HEX triplet: 55, 00 and 3B. RGB value is (85,0,59). Sum of RGB (Red+Green+Blue) = 85+0+59=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55003B is #AAFFC4. Grayscale: #1F1F1F. Windows color (decimal): -11206597 or 3866709. OLE color: 3866709.
HSL color Cylindrical-coordinate representation of color #55003B: hue angle of 318.35º 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 #55003B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.31 | 0.67 |
| HSL | 318.35º | 1% | 0.17% | - |
| HSV(B) | 318.35º | 1% | 0.33% | - |
| XYZ | 4.54 | 2.25 | 4.33 | - |
| YUV | 32.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 59 | 0 | 1 | 0.31 | 0.67 | 318.35 | 1 | 0.17 |
| Hex | 55 | 0 | 3B | 0 | 64 | 1F | 43 | 13E | 64 | 11 |
| Octal | 125 | 0 | 73 | 0 | 144 | 37 | 103 | 476 | 144 | 21 |
| Binary | 1010101 | 0 | 111011 | 0 | 1100100 | 11111 | 1000011 | 100111110 | 1100100 | 10001 |
Color Harmonies of #55003B
Complementary color
Monochromatic Colors of #55003B
Black with #55003B
Text Example
Text Example
White with #55003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55003B; }
p { color: rgb(85,0,59); }
H1.HeaderClassName
{
color: #55003B;
}
.AnyTagClassName
{
color: #55003B;
}
</style>
background-color css
<style>
a { background-color: #55003B; }
a { background-color: rgb(85,0,59); }
div.DivClassName
{
background-color: #55003B;
}
.BgClassName
{
background-color: #55003B;
}
</style>
border-color css
<style>
span { border-color: #55003B; }
span { border-color: rgb(85,0,59); }
td.TdClassName
{
border-color: #55003B;
}
.TagClassName
{
border-color: #55003B;
}
</style>