Shades of Tyrian Purple #55043C
Tints of Tyrian Purple #55043C
RGB
CMYK
RGB Variations
Color information
#55043C (or 0x55043C) is known color: Tyrian Purple. HEX triplet: 55, 04 and 3C. RGB value is (85,4,60). Sum of RGB (Red+Green+Blue) = 85+4+60=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043C is #AAFBC3. Grayscale: #222222. Windows color (decimal): -11205572 or 3933269. OLE color: 3933269.
HSL color Cylindrical-coordinate representation of color #55043C: hue angle of 318.52º 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 #55043C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 60 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.67 |
| HSL | 318.52º | 0.91% | 0.17% | - |
| HSV(B) | 318.52º | 0.95% | 0.33% | - |
| XYZ | 4.61 | 2.34 | 4.48 | - |
| YUV | 34.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 60 | 0 | 0.95 | 0.29 | 0.67 | 318.52 | 0.91 | 0.17 |
| Hex | 55 | 4 | 3C | 0 | 5F | 1D | 43 | 13F | 5B | 11 |
| Octal | 125 | 4 | 74 | 0 | 137 | 35 | 103 | 477 | 133 | 21 |
| Binary | 1010101 | 100 | 111100 | 0 | 1011111 | 11101 | 1000011 | 100111111 | 1011011 | 10001 |
Color Harmonies of #55043C
Complementary color
Monochromatic Colors of #55043C
Black with #55043C
Text Example
Text Example
White with #55043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55043C; }
p { color: rgb(85,4,60); }
H1.HeaderClassName
{
color: #55043C;
}
.AnyTagClassName
{
color: #55043C;
}
</style>
background-color css
<style>
a { background-color: #55043C; }
a { background-color: rgb(85,4,60); }
div.DivClassName
{
background-color: #55043C;
}
.BgClassName
{
background-color: #55043C;
}
</style>
border-color css
<style>
span { border-color: #55043C; }
span { border-color: rgb(85,4,60); }
td.TdClassName
{
border-color: #55043C;
}
.TagClassName
{
border-color: #55043C;
}
</style>