Shades of Tyrian Purple #55033A
Tints of Tyrian Purple #55033A
RGB
CMYK
RGB Variations
Color information
#55033A (or 0x55033A) is known color: Tyrian Purple. HEX triplet: 55, 03 and 3A. RGB value is (85,3,58). Sum of RGB (Red+Green+Blue) = 85+3+58=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033A is #AAFCC5. Grayscale: #212121. Windows color (decimal): -11205830 or 3801941. OLE color: 3801941.
HSL color Cylindrical-coordinate representation of color #55033A: hue angle of 319.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55033A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 58 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.67 |
| HSL | 319.76º | 0.93% | 0.17% | - |
| HSV(B) | 319.76º | 0.96% | 0.33% | - |
| XYZ | 4.54 | 2.3 | 4.21 | - |
| YUV | 33.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 58 | 0 | 0.96 | 0.32 | 0.67 | 319.76 | 0.93 | 0.17 |
| Hex | 55 | 3 | 3A | 0 | 60 | 20 | 43 | 140 | 5D | 11 |
| Octal | 125 | 3 | 72 | 0 | 140 | 40 | 103 | 500 | 135 | 21 |
| Binary | 1010101 | 11 | 111010 | 0 | 1100000 | 100000 | 1000011 | 101000000 | 1011101 | 10001 |
Color Harmonies of #55033A
Complementary color
Monochromatic Colors of #55033A
Black with #55033A
Text Example
Text Example
White with #55033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55033A; }
p { color: rgb(85,3,58); }
H1.HeaderClassName
{
color: #55033A;
}
.AnyTagClassName
{
color: #55033A;
}
</style>
background-color css
<style>
a { background-color: #55033A; }
a { background-color: rgb(85,3,58); }
div.DivClassName
{
background-color: #55033A;
}
.BgClassName
{
background-color: #55033A;
}
</style>
border-color css
<style>
span { border-color: #55033A; }
span { border-color: rgb(85,3,58); }
td.TdClassName
{
border-color: #55033A;
}
.TagClassName
{
border-color: #55033A;
}
</style>