Shades of Tyrian Purple #55113F
Tints of Tyrian Purple #55113F
RGB
CMYK
RGB Variations
Color information
#55113F (or 0x55113F) is known color: Tyrian Purple. HEX triplet: 55, 11 and 3F. RGB value is (85,17,63). Sum of RGB (Red+Green+Blue) = 85+17+63=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55113F is #AAEEC0. Grayscale: #2A2A2A. Windows color (decimal): -11202241 or 4133205. OLE color: 4133205.
HSL color Cylindrical-coordinate representation of color #55113F: hue angle of 319.41º 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 #55113F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 63 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.67 |
| HSL | 319.41º | 0.67% | 0.2% | - |
| HSV(B) | 319.41º | 0.8% | 0.33% | - |
| XYZ | 4.84 | 2.69 | 4.97 | - |
| YUV | 42.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 63 | 0 | 0.80 | 0.26 | 0.67 | 319.41 | 0.67 | 0.2 |
| Hex | 55 | 11 | 3F | 0 | 50 | 1A | 43 | 13F | 43 | 14 |
| Octal | 125 | 21 | 77 | 0 | 120 | 32 | 103 | 477 | 103 | 24 |
| Binary | 1010101 | 10001 | 111111 | 0 | 1010000 | 11010 | 1000011 | 100111111 | 1000011 | 10100 |
Color Harmonies of #55113F
Complementary color
Monochromatic Colors of #55113F
Black with #55113F
Text Example
Text Example
White with #55113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55113F; }
p { color: rgb(85,17,63); }
H1.HeaderClassName
{
color: #55113F;
}
.AnyTagClassName
{
color: #55113F;
}
</style>
background-color css
<style>
a { background-color: #55113F; }
a { background-color: rgb(85,17,63); }
div.DivClassName
{
background-color: #55113F;
}
.BgClassName
{
background-color: #55113F;
}
</style>
border-color css
<style>
span { border-color: #55113F; }
span { border-color: rgb(85,17,63); }
td.TdClassName
{
border-color: #55113F;
}
.TagClassName
{
border-color: #55113F;
}
</style>