Shades of Tyrian Purple #55053F
Tints of Tyrian Purple #55053F
RGB
CMYK
RGB Variations
Color information
#55053F (or 0x55053F) is known color: Tyrian Purple. HEX triplet: 55, 05 and 3F. RGB value is (85,5,63). Sum of RGB (Red+Green+Blue) = 85+5+63=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053F is #AAFAC0. Grayscale: #232323. Windows color (decimal): -11205313 or 4130133. OLE color: 4130133.
HSL color Cylindrical-coordinate representation of color #55053F: hue angle of 316.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55053F is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 63 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.67 |
| HSL | 316.5º | 0.89% | 0.18% | - |
| HSV(B) | 316.5º | 0.94% | 0.33% | - |
| XYZ | 4.7 | 2.4 | 4.92 | - |
| YUV | 35.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 63 | 0 | 0.94 | 0.26 | 0.67 | 316.5 | 0.89 | 0.18 |
| Hex | 55 | 5 | 3F | 0 | 5E | 1A | 43 | 13C | 59 | 12 |
| Octal | 125 | 5 | 77 | 0 | 136 | 32 | 103 | 474 | 131 | 22 |
| Binary | 1010101 | 101 | 111111 | 0 | 1011110 | 11010 | 1000011 | 100111100 | 1011001 | 10010 |
Color Harmonies of #55053F
Complementary color
Monochromatic Colors of #55053F
Black with #55053F
Text Example
Text Example
White with #55053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55053F; }
p { color: rgb(85,5,63); }
H1.HeaderClassName
{
color: #55053F;
}
.AnyTagClassName
{
color: #55053F;
}
</style>
background-color css
<style>
a { background-color: #55053F; }
a { background-color: rgb(85,5,63); }
div.DivClassName
{
background-color: #55053F;
}
.BgClassName
{
background-color: #55053F;
}
</style>
border-color css
<style>
span { border-color: #55053F; }
span { border-color: rgb(85,5,63); }
td.TdClassName
{
border-color: #55053F;
}
.TagClassName
{
border-color: #55053F;
}
</style>