Shades of Tyrian Purple #55113C
Tints of Tyrian Purple #55113C
RGB
CMYK
RGB Variations
Color information
#55113C (or 0x55113C) is known color: Tyrian Purple. HEX triplet: 55, 11 and 3C. RGB value is (85,17,60). Sum of RGB (Red+Green+Blue) = 85+17+60=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55113C is #AAEEC3. Grayscale: #2A2A2A. Windows color (decimal): -11202244 or 3936597. OLE color: 3936597.
HSL color Cylindrical-coordinate representation of color #55113C: hue angle of 322.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55113C is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 60 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.67 |
| HSL | 322.06º | 0.67% | 0.2% | - |
| HSV(B) | 322.06º | 0.8% | 0.33% | - |
| XYZ | 4.76 | 2.66 | 4.54 | - |
| YUV | 42.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 60 | 0 | 0.80 | 0.29 | 0.67 | 322.06 | 0.67 | 0.2 |
| Hex | 55 | 11 | 3C | 0 | 50 | 1D | 43 | 142 | 43 | 14 |
| Octal | 125 | 21 | 74 | 0 | 120 | 35 | 103 | 502 | 103 | 24 |
| Binary | 1010101 | 10001 | 111100 | 0 | 1010000 | 11101 | 1000011 | 101000010 | 1000011 | 10100 |
Color Harmonies of #55113C
Complementary color
Monochromatic Colors of #55113C
Black with #55113C
Text Example
Text Example
White with #55113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55113C; }
p { color: rgb(85,17,60); }
H1.HeaderClassName
{
color: #55113C;
}
.AnyTagClassName
{
color: #55113C;
}
</style>
background-color css
<style>
a { background-color: #55113C; }
a { background-color: rgb(85,17,60); }
div.DivClassName
{
background-color: #55113C;
}
.BgClassName
{
background-color: #55113C;
}
</style>
border-color css
<style>
span { border-color: #55113C; }
span { border-color: rgb(85,17,60); }
td.TdClassName
{
border-color: #55113C;
}
.TagClassName
{
border-color: #55113C;
}
</style>