Shades of Tyrian Purple #550745
Tints of Tyrian Purple #550745
RGB
CMYK
RGB Variations
Color information
#550745 (or 0x550745) is known color: Tyrian Purple. HEX triplet: 55, 07 and 45. RGB value is (85,7,69). Sum of RGB (Red+Green+Blue) = 85+7+69=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #550745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550745 is #AAF8BA. Grayscale: #252525. Windows color (decimal): -11204795 or 4523861. OLE color: 4523861.
HSL color Cylindrical-coordinate representation of color #550745: hue angle of 312.31º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550745 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 69 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.67 |
| HSL | 312.31º | 0.85% | 0.18% | - |
| HSV(B) | 312.31º | 0.92% | 0.33% | - |
| XYZ | 4.9 | 2.51 | 5.86 | - |
| YUV | 37.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 69 | 0 | 0.92 | 0.19 | 0.67 | 312.31 | 0.85 | 0.18 |
| Hex | 55 | 7 | 45 | 0 | 5C | 13 | 43 | 138 | 55 | 12 |
| Octal | 125 | 7 | 105 | 0 | 134 | 23 | 103 | 470 | 125 | 22 |
| Binary | 1010101 | 111 | 1000101 | 0 | 1011100 | 10011 | 1000011 | 100111000 | 1010101 | 10010 |
Color Harmonies of #550745
Complementary color
Monochromatic Colors of #550745
Black with #550745
Text Example
Text Example
White with #550745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550745; }
p { color: rgb(85,7,69); }
H1.HeaderClassName
{
color: #550745;
}
.AnyTagClassName
{
color: #550745;
}
</style>
background-color css
<style>
a { background-color: #550745; }
a { background-color: rgb(85,7,69); }
div.DivClassName
{
background-color: #550745;
}
.BgClassName
{
background-color: #550745;
}
</style>
border-color css
<style>
span { border-color: #550745; }
span { border-color: rgb(85,7,69); }
td.TdClassName
{
border-color: #550745;
}
.TagClassName
{
border-color: #550745;
}
</style>