Shades of Tyrian Purple #55133E
Tints of Tyrian Purple #55133E
RGB
CMYK
RGB Variations
Color information
#55133E (or 0x55133E) is known color: Tyrian Purple. HEX triplet: 55, 13 and 3E. RGB value is (85,19,62). Sum of RGB (Red+Green+Blue) = 85+19+62=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133E is #AAECC1. Grayscale: #2B2B2B. Windows color (decimal): -11201730 or 4068181. OLE color: 4068181.
HSL color Cylindrical-coordinate representation of color #55133E: hue angle of 320.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133E is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 62 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.67 |
| HSL | 320.91º | 0.63% | 0.2% | - |
| HSV(B) | 320.91º | 0.78% | 0.33% | - |
| XYZ | 4.85 | 2.74 | 4.83 | - |
| YUV | 43.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 62 | 0 | 0.78 | 0.27 | 0.67 | 320.91 | 0.63 | 0.2 |
| Hex | 55 | 13 | 3E | 0 | 4E | 1B | 43 | 141 | 3F | 14 |
| Octal | 125 | 23 | 76 | 0 | 116 | 33 | 103 | 501 | 77 | 24 |
| Binary | 1010101 | 10011 | 111110 | 0 | 1001110 | 11011 | 1000011 | 101000001 | 111111 | 10100 |
Color Harmonies of #55133E
Complementary color
Monochromatic Colors of #55133E
Black with #55133E
Text Example
Text Example
White with #55133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55133E; }
p { color: rgb(85,19,62); }
H1.HeaderClassName
{
color: #55133E;
}
.AnyTagClassName
{
color: #55133E;
}
</style>
background-color css
<style>
a { background-color: #55133E; }
a { background-color: rgb(85,19,62); }
div.DivClassName
{
background-color: #55133E;
}
.BgClassName
{
background-color: #55133E;
}
</style>
border-color css
<style>
span { border-color: #55133E; }
span { border-color: rgb(85,19,62); }
td.TdClassName
{
border-color: #55133E;
}
.TagClassName
{
border-color: #55133E;
}
</style>