Shades of Tyrian Purple #55013E
Tints of Tyrian Purple #55013E
RGB
CMYK
RGB Variations
Color information
#55013E (or 0x55013E) is known color: Tyrian Purple. HEX triplet: 55, 01 and 3E. RGB value is (85,1,62). Sum of RGB (Red+Green+Blue) = 85+1+62=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55013E is #AAFEC1. Grayscale: #202020. Windows color (decimal): -11206338 or 4063573. OLE color: 4063573.
HSL color Cylindrical-coordinate representation of color #55013E: hue angle of 316.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55013E is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.67 |
| HSL | 316.43º | 0.98% | 0.17% | - |
| HSV(B) | 316.43º | 0.99% | 0.33% | - |
| XYZ | 4.63 | 2.3 | 4.76 | - |
| YUV | 33.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 62 | 0 | 0.99 | 0.27 | 0.67 | 316.43 | 0.98 | 0.17 |
| Hex | 55 | 1 | 3E | 0 | 63 | 1B | 43 | 13C | 62 | 11 |
| Octal | 125 | 1 | 76 | 0 | 143 | 33 | 103 | 474 | 142 | 21 |
| Binary | 1010101 | 1 | 111110 | 0 | 1100011 | 11011 | 1000011 | 100111100 | 1100010 | 10001 |
Color Harmonies of #55013E
Complementary color
Monochromatic Colors of #55013E
Black with #55013E
Text Example
Text Example
White with #55013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55013E; }
p { color: rgb(85,1,62); }
H1.HeaderClassName
{
color: #55013E;
}
.AnyTagClassName
{
color: #55013E;
}
</style>
background-color css
<style>
a { background-color: #55013E; }
a { background-color: rgb(85,1,62); }
div.DivClassName
{
background-color: #55013E;
}
.BgClassName
{
background-color: #55013E;
}
</style>
border-color css
<style>
span { border-color: #55013E; }
span { border-color: rgb(85,1,62); }
td.TdClassName
{
border-color: #55013E;
}
.TagClassName
{
border-color: #55013E;
}
</style>