Shades of Tyrian Purple #55042F
Tints of Tyrian Purple #55042F
RGB
CMYK
RGB Variations
Color information
#55042F (or 0x55042F) is known color: Tyrian Purple. HEX triplet: 55, 04 and 2F. RGB value is (85,4,47). Sum of RGB (Red+Green+Blue) = 85+4+47=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042F is #AAFBD0. Grayscale: #212121. Windows color (decimal): -11205585 or 3081301. OLE color: 3081301.
HSL color Cylindrical-coordinate representation of color #55042F: hue angle of 328.15º 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 #55042F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 47 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.67 |
| HSL | 328.15º | 0.91% | 0.17% | - |
| HSV(B) | 328.15º | 0.95% | 0.33% | - |
| XYZ | 4.3 | 2.22 | 2.89 | - |
| YUV | 33.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 47 | 0 | 0.95 | 0.45 | 0.67 | 328.15 | 0.91 | 0.17 |
| Hex | 55 | 4 | 2F | 0 | 5F | 2D | 43 | 148 | 5B | 11 |
| Octal | 125 | 4 | 57 | 0 | 137 | 55 | 103 | 510 | 133 | 21 |
| Binary | 1010101 | 100 | 101111 | 0 | 1011111 | 101101 | 1000011 | 101001000 | 1011011 | 10001 |
Color Harmonies of #55042F
Complementary color
Monochromatic Colors of #55042F
Black with #55042F
Text Example
Text Example
White with #55042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55042F; }
p { color: rgb(85,4,47); }
H1.HeaderClassName
{
color: #55042F;
}
.AnyTagClassName
{
color: #55042F;
}
</style>
background-color css
<style>
a { background-color: #55042F; }
a { background-color: rgb(85,4,47); }
div.DivClassName
{
background-color: #55042F;
}
.BgClassName
{
background-color: #55042F;
}
</style>
border-color css
<style>
span { border-color: #55042F; }
span { border-color: rgb(85,4,47); }
td.TdClassName
{
border-color: #55042F;
}
.TagClassName
{
border-color: #55042F;
}
</style>