Shades of Tyrian Purple #55143F
Tints of Tyrian Purple #55143F
RGB
CMYK
RGB Variations
Color information
#55143F (or 0x55143F) is known color: Tyrian Purple. HEX triplet: 55, 14 and 3F. RGB value is (85,20,63). Sum of RGB (Red+Green+Blue) = 85+20+63=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143F is #AAEBC0. Grayscale: #2C2C2C. Windows color (decimal): -11201473 or 4133973. OLE color: 4133973.
HSL color Cylindrical-coordinate representation of color #55143F: hue angle of 320.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55143F is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 63 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.67 |
| HSL | 320.31º | 0.62% | 0.21% | - |
| HSV(B) | 320.31º | 0.76% | 0.33% | - |
| XYZ | 4.89 | 2.79 | 4.98 | - |
| YUV | 44.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 63 | 0 | 0.76 | 0.26 | 0.67 | 320.31 | 0.62 | 0.21 |
| Hex | 55 | 14 | 3F | 0 | 4C | 1A | 43 | 140 | 3E | 15 |
| Octal | 125 | 24 | 77 | 0 | 114 | 32 | 103 | 500 | 76 | 25 |
| Binary | 1010101 | 10100 | 111111 | 0 | 1001100 | 11010 | 1000011 | 101000000 | 111110 | 10101 |
Color Harmonies of #55143F
Complementary color
Monochromatic Colors of #55143F
Black with #55143F
Text Example
Text Example
White with #55143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55143F; }
p { color: rgb(85,20,63); }
H1.HeaderClassName
{
color: #55143F;
}
.AnyTagClassName
{
color: #55143F;
}
</style>
background-color css
<style>
a { background-color: #55143F; }
a { background-color: rgb(85,20,63); }
div.DivClassName
{
background-color: #55143F;
}
.BgClassName
{
background-color: #55143F;
}
</style>
border-color css
<style>
span { border-color: #55143F; }
span { border-color: rgb(85,20,63); }
td.TdClassName
{
border-color: #55143F;
}
.TagClassName
{
border-color: #55143F;
}
</style>