Shades of Tyrian Purple #550B3A
Tints of Tyrian Purple #550B3A
RGB
CMYK
RGB Variations
Color information
#550B3A (or 0x550B3A) is known color: Tyrian Purple. HEX triplet: 55, 0B and 3A. RGB value is (85,11,58). Sum of RGB (Red+Green+Blue) = 85+11+58=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #550B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B3A is #AAF4C5. Grayscale: #262626. Windows color (decimal): -11203782 or 3803989. OLE color: 3803989.
HSL color Cylindrical-coordinate representation of color #550B3A: hue angle of 321.89º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B3A is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 58 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.67 |
| HSL | 321.89º | 0.77% | 0.19% | - |
| HSV(B) | 321.89º | 0.87% | 0.33% | - |
| XYZ | 4.63 | 2.48 | 4.24 | - |
| YUV | 38.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 58 | 0 | 0.87 | 0.32 | 0.67 | 321.89 | 0.77 | 0.19 |
| Hex | 55 | B | 3A | 0 | 57 | 20 | 43 | 142 | 4D | 13 |
| Octal | 125 | 13 | 72 | 0 | 127 | 40 | 103 | 502 | 115 | 23 |
| Binary | 1010101 | 1011 | 111010 | 0 | 1010111 | 100000 | 1000011 | 101000010 | 1001101 | 10011 |
Color Harmonies of #550B3A
Complementary color
Monochromatic Colors of #550B3A
Black with #550B3A
Text Example
Text Example
White with #550B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B3A; }
p { color: rgb(85,11,58); }
H1.HeaderClassName
{
color: #550B3A;
}
.AnyTagClassName
{
color: #550B3A;
}
</style>
background-color css
<style>
a { background-color: #550B3A; }
a { background-color: rgb(85,11,58); }
div.DivClassName
{
background-color: #550B3A;
}
.BgClassName
{
background-color: #550B3A;
}
</style>
border-color css
<style>
span { border-color: #550B3A; }
span { border-color: rgb(85,11,58); }
td.TdClassName
{
border-color: #550B3A;
}
.TagClassName
{
border-color: #550B3A;
}
</style>