Shades of Tyrian Purple #550D39
Tints of Tyrian Purple #550D39
RGB
CMYK
RGB Variations
Color information
#550D39 (or 0x550D39) is known color: Tyrian Purple. HEX triplet: 55, 0D and 39. RGB value is (85,13,57). Sum of RGB (Red+Green+Blue) = 85+13+57=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #550D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D39 is #AAF2C6. Grayscale: #272727. Windows color (decimal): -11203271 or 3738965. OLE color: 3738965.
HSL color Cylindrical-coordinate representation of color #550D39: hue angle of 323.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D39 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 57 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.67 |
| HSL | 323.33º | 0.73% | 0.19% | - |
| HSV(B) | 323.33º | 0.85% | 0.33% | - |
| XYZ | 4.63 | 2.51 | 4.11 | - |
| YUV | 39.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 57 | 0 | 0.85 | 0.33 | 0.67 | 323.33 | 0.73 | 0.19 |
| Hex | 55 | D | 39 | 0 | 55 | 21 | 43 | 143 | 49 | 13 |
| Octal | 125 | 15 | 71 | 0 | 125 | 41 | 103 | 503 | 111 | 23 |
| Binary | 1010101 | 1101 | 111001 | 0 | 1010101 | 100001 | 1000011 | 101000011 | 1001001 | 10011 |
Color Harmonies of #550D39
Complementary color
Monochromatic Colors of #550D39
Black with #550D39
Text Example
Text Example
White with #550D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D39; }
p { color: rgb(85,13,57); }
H1.HeaderClassName
{
color: #550D39;
}
.AnyTagClassName
{
color: #550D39;
}
</style>
background-color css
<style>
a { background-color: #550D39; }
a { background-color: rgb(85,13,57); }
div.DivClassName
{
background-color: #550D39;
}
.BgClassName
{
background-color: #550D39;
}
</style>
border-color css
<style>
span { border-color: #550D39; }
span { border-color: rgb(85,13,57); }
td.TdClassName
{
border-color: #550D39;
}
.TagClassName
{
border-color: #550D39;
}
</style>