Shades of Tyrian Purple #55114A
Tints of Tyrian Purple #55114A
RGB
CMYK
RGB Variations
Color information
#55114A (or 0x55114A) is known color: Tyrian Purple. HEX triplet: 55, 11 and 4A. RGB value is (85,17,74). Sum of RGB (Red+Green+Blue) = 85+17+74=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55114A is #AAEEB5. Grayscale: #2B2B2B. Windows color (decimal): -11202230 or 4854101. OLE color: 4854101.
HSL color Cylindrical-coordinate representation of color #55114A: hue angle of 309.71º 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 #55114A is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 74 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.67 |
| HSL | 309.71º | 0.67% | 0.2% | - |
| HSV(B) | 309.71º | 0.8% | 0.33% | - |
| XYZ | 5.18 | 2.83 | 6.75 | - |
| YUV | 43.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 74 | 0 | 0.80 | 0.13 | 0.67 | 309.71 | 0.67 | 0.2 |
| Hex | 55 | 11 | 4A | 0 | 50 | D | 43 | 136 | 43 | 14 |
| Octal | 125 | 21 | 112 | 0 | 120 | 15 | 103 | 466 | 103 | 24 |
| Binary | 1010101 | 10001 | 1001010 | 0 | 1010000 | 1101 | 1000011 | 100110110 | 1000011 | 10100 |
Color Harmonies of #55114A
Complementary color
Monochromatic Colors of #55114A
Black with #55114A
Text Example
Text Example
White with #55114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55114A; }
p { color: rgb(85,17,74); }
H1.HeaderClassName
{
color: #55114A;
}
.AnyTagClassName
{
color: #55114A;
}
</style>
background-color css
<style>
a { background-color: #55114A; }
a { background-color: rgb(85,17,74); }
div.DivClassName
{
background-color: #55114A;
}
.BgClassName
{
background-color: #55114A;
}
</style>
border-color css
<style>
span { border-color: #55114A; }
span { border-color: rgb(85,17,74); }
td.TdClassName
{
border-color: #55114A;
}
.TagClassName
{
border-color: #55114A;
}
</style>