Shades of Tyrian Purple #550337
Tints of Tyrian Purple #550337
RGB
CMYK
RGB Variations
Color information
#550337 (or 0x550337) is known color: Tyrian Purple. HEX triplet: 55, 03 and 37. RGB value is (85,3,55). Sum of RGB (Red+Green+Blue) = 85+3+55=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550337 is #AAFCC8. Grayscale: #212121. Windows color (decimal): -11205833 or 3605333. OLE color: 3605333.
HSL color Cylindrical-coordinate representation of color #550337: hue angle of 321.95º 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 #550337 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 55 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.67 |
| HSL | 321.95º | 0.93% | 0.17% | - |
| HSV(B) | 321.95º | 0.96% | 0.33% | - |
| XYZ | 4.47 | 2.27 | 3.82 | - |
| YUV | 33.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 55 | 0 | 0.96 | 0.35 | 0.67 | 321.95 | 0.93 | 0.17 |
| Hex | 55 | 3 | 37 | 0 | 60 | 23 | 43 | 142 | 5D | 11 |
| Octal | 125 | 3 | 67 | 0 | 140 | 43 | 103 | 502 | 135 | 21 |
| Binary | 1010101 | 11 | 110111 | 0 | 1100000 | 100011 | 1000011 | 101000010 | 1011101 | 10001 |
Color Harmonies of #550337
Complementary color
Monochromatic Colors of #550337
Black with #550337
Text Example
Text Example
White with #550337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550337; }
p { color: rgb(85,3,55); }
H1.HeaderClassName
{
color: #550337;
}
.AnyTagClassName
{
color: #550337;
}
</style>
background-color css
<style>
a { background-color: #550337; }
a { background-color: rgb(85,3,55); }
div.DivClassName
{
background-color: #550337;
}
.BgClassName
{
background-color: #550337;
}
</style>
border-color css
<style>
span { border-color: #550337; }
span { border-color: rgb(85,3,55); }
td.TdClassName
{
border-color: #550337;
}
.TagClassName
{
border-color: #550337;
}
</style>