Shades of Tyrian Purple #550D3A
Tints of Tyrian Purple #550D3A
RGB
CMYK
RGB Variations
Color information
#550D3A (or 0x550D3A) is known color: Tyrian Purple. HEX triplet: 55, 0D and 3A. RGB value is (85,13,58). Sum of RGB (Red+Green+Blue) = 85+13+58=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D3A is #AAF2C5. Grayscale: #272727. Windows color (decimal): -11203270 or 3804501. OLE color: 3804501.
HSL color Cylindrical-coordinate representation of color #550D3A: hue angle of 322.5º 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 #550D3A is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 58 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.67 |
| HSL | 322.5º | 0.73% | 0.19% | - |
| HSV(B) | 322.5º | 0.85% | 0.33% | - |
| XYZ | 4.65 | 2.52 | 4.24 | - |
| YUV | 39.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 58 | 0 | 0.85 | 0.32 | 0.67 | 322.5 | 0.73 | 0.19 |
| Hex | 55 | D | 3A | 0 | 55 | 20 | 43 | 142 | 49 | 13 |
| Octal | 125 | 15 | 72 | 0 | 125 | 40 | 103 | 502 | 111 | 23 |
| Binary | 1010101 | 1101 | 111010 | 0 | 1010101 | 100000 | 1000011 | 101000010 | 1001001 | 10011 |
Color Harmonies of #550D3A
Complementary color
Monochromatic Colors of #550D3A
Black with #550D3A
Text Example
Text Example
White with #550D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D3A; }
p { color: rgb(85,13,58); }
H1.HeaderClassName
{
color: #550D3A;
}
.AnyTagClassName
{
color: #550D3A;
}
</style>
background-color css
<style>
a { background-color: #550D3A; }
a { background-color: rgb(85,13,58); }
div.DivClassName
{
background-color: #550D3A;
}
.BgClassName
{
background-color: #550D3A;
}
</style>
border-color css
<style>
span { border-color: #550D3A; }
span { border-color: rgb(85,13,58); }
td.TdClassName
{
border-color: #550D3A;
}
.TagClassName
{
border-color: #550D3A;
}
</style>