Shades of Tyrian Purple #550340
Tints of Tyrian Purple #550340
RGB
CMYK
RGB Variations
Color information
#550340 (or 0x550340) is known color: Tyrian Purple. HEX triplet: 55, 03 and 40. RGB value is (85,3,64). Sum of RGB (Red+Green+Blue) = 85+3+64=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #550340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550340 is #AAFCBF. Grayscale: #222222. Windows color (decimal): -11205824 or 4195157. OLE color: 4195157.
HSL color Cylindrical-coordinate representation of color #550340: hue angle of 315.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550340 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 64 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.67 |
| HSL | 315.37º | 0.93% | 0.17% | - |
| HSV(B) | 315.37º | 0.96% | 0.33% | - |
| XYZ | 4.7 | 2.37 | 5.06 | - |
| YUV | 34.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 64 | 0 | 0.96 | 0.25 | 0.67 | 315.37 | 0.93 | 0.17 |
| Hex | 55 | 3 | 40 | 0 | 60 | 19 | 43 | 13B | 5D | 11 |
| Octal | 125 | 3 | 100 | 0 | 140 | 31 | 103 | 473 | 135 | 21 |
| Binary | 1010101 | 11 | 1000000 | 0 | 1100000 | 11001 | 1000011 | 100111011 | 1011101 | 10001 |
Color Harmonies of #550340
Complementary color
Monochromatic Colors of #550340
Black with #550340
Text Example
Text Example
White with #550340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550340; }
p { color: rgb(85,3,64); }
H1.HeaderClassName
{
color: #550340;
}
.AnyTagClassName
{
color: #550340;
}
</style>
background-color css
<style>
a { background-color: #550340; }
a { background-color: rgb(85,3,64); }
div.DivClassName
{
background-color: #550340;
}
.BgClassName
{
background-color: #550340;
}
</style>
border-color css
<style>
span { border-color: #550340; }
span { border-color: rgb(85,3,64); }
td.TdClassName
{
border-color: #550340;
}
.TagClassName
{
border-color: #550340;
}
</style>