Shades of Tyrian Purple #55042E
Tints of Tyrian Purple #55042E
RGB
CMYK
RGB Variations
Color information
#55042E (or 0x55042E) is known color: Tyrian Purple. HEX triplet: 55, 04 and 2E. RGB value is (85,4,46). Sum of RGB (Red+Green+Blue) = 85+4+46=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042E is #AAFBD1. Grayscale: #202020. Windows color (decimal): -11205586 or 3015765. OLE color: 3015765.
HSL color Cylindrical-coordinate representation of color #55042E: hue angle of 328.89º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55042E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 46 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.67 |
| HSL | 328.89º | 0.91% | 0.17% | - |
| HSV(B) | 328.89º | 0.95% | 0.33% | - |
| XYZ | 4.28 | 2.22 | 2.79 | - |
| YUV | 33.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 46 | 0 | 0.95 | 0.46 | 0.67 | 328.89 | 0.91 | 0.17 |
| Hex | 55 | 4 | 2E | 0 | 5F | 2E | 43 | 149 | 5B | 11 |
| Octal | 125 | 4 | 56 | 0 | 137 | 56 | 103 | 511 | 133 | 21 |
| Binary | 1010101 | 100 | 101110 | 0 | 1011111 | 101110 | 1000011 | 101001001 | 1011011 | 10001 |
Color Harmonies of #55042E
Complementary color
Monochromatic Colors of #55042E
Black with #55042E
Text Example
Text Example
White with #55042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55042E; }
p { color: rgb(85,4,46); }
H1.HeaderClassName
{
color: #55042E;
}
.AnyTagClassName
{
color: #55042E;
}
</style>
background-color css
<style>
a { background-color: #55042E; }
a { background-color: rgb(85,4,46); }
div.DivClassName
{
background-color: #55042E;
}
.BgClassName
{
background-color: #55042E;
}
</style>
border-color css
<style>
span { border-color: #55042E; }
span { border-color: rgb(85,4,46); }
td.TdClassName
{
border-color: #55042E;
}
.TagClassName
{
border-color: #55042E;
}
</style>