Shades of Tyrian Purple #55093C
Tints of Tyrian Purple #55093C
RGB
CMYK
RGB Variations
Color information
#55093C (or 0x55093C) is known color: Tyrian Purple. HEX triplet: 55, 09 and 3C. RGB value is (85,9,60). Sum of RGB (Red+Green+Blue) = 85+9+60=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55093C is #AAF6C3. Grayscale: #252525. Windows color (decimal): -11204292 or 3934549. OLE color: 3934549.
HSL color Cylindrical-coordinate representation of color #55093C: hue angle of 319.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55093C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 60 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.67 |
| HSL | 319.74º | 0.81% | 0.18% | - |
| HSV(B) | 319.74º | 0.89% | 0.33% | - |
| XYZ | 4.66 | 2.45 | 4.5 | - |
| YUV | 37.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 60 | 0 | 0.89 | 0.29 | 0.67 | 319.74 | 0.81 | 0.18 |
| Hex | 55 | 9 | 3C | 0 | 59 | 1D | 43 | 140 | 51 | 12 |
| Octal | 125 | 11 | 74 | 0 | 131 | 35 | 103 | 500 | 121 | 22 |
| Binary | 1010101 | 1001 | 111100 | 0 | 1011001 | 11101 | 1000011 | 101000000 | 1010001 | 10010 |
Color Harmonies of #55093C
Complementary color
Monochromatic Colors of #55093C
Black with #55093C
Text Example
Text Example
White with #55093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55093C; }
p { color: rgb(85,9,60); }
H1.HeaderClassName
{
color: #55093C;
}
.AnyTagClassName
{
color: #55093C;
}
</style>
background-color css
<style>
a { background-color: #55093C; }
a { background-color: rgb(85,9,60); }
div.DivClassName
{
background-color: #55093C;
}
.BgClassName
{
background-color: #55093C;
}
</style>
border-color css
<style>
span { border-color: #55093C; }
span { border-color: rgb(85,9,60); }
td.TdClassName
{
border-color: #55093C;
}
.TagClassName
{
border-color: #55093C;
}
</style>