Shades of Tyrian Purple #551445
Tints of Tyrian Purple #551445
RGB
CMYK
RGB Variations
Color information
#551445 (or 0x551445) is known color: Tyrian Purple. HEX triplet: 55, 14 and 45. RGB value is (85,20,69). Sum of RGB (Red+Green+Blue) = 85+20+69=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551445 is #AAEBBA. Grayscale: #2C2C2C. Windows color (decimal): -11201467 or 4527189. OLE color: 4527189.
HSL color Cylindrical-coordinate representation of color #551445: hue angle of 314.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551445 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 69 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.67 |
| HSL | 314.77º | 0.62% | 0.21% | - |
| HSV(B) | 314.77º | 0.76% | 0.33% | - |
| XYZ | 5.07 | 2.86 | 5.92 | - |
| YUV | 45.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 69 | 0 | 0.76 | 0.19 | 0.67 | 314.77 | 0.62 | 0.21 |
| Hex | 55 | 14 | 45 | 0 | 4C | 13 | 43 | 13B | 3E | 15 |
| Octal | 125 | 24 | 105 | 0 | 114 | 23 | 103 | 473 | 76 | 25 |
| Binary | 1010101 | 10100 | 1000101 | 0 | 1001100 | 10011 | 1000011 | 100111011 | 111110 | 10101 |
Color Harmonies of #551445
Complementary color
Monochromatic Colors of #551445
Black with #551445
Text Example
Text Example
White with #551445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551445; }
p { color: rgb(85,20,69); }
H1.HeaderClassName
{
color: #551445;
}
.AnyTagClassName
{
color: #551445;
}
</style>
background-color css
<style>
a { background-color: #551445; }
a { background-color: rgb(85,20,69); }
div.DivClassName
{
background-color: #551445;
}
.BgClassName
{
background-color: #551445;
}
</style>
border-color css
<style>
span { border-color: #551445; }
span { border-color: rgb(85,20,69); }
td.TdClassName
{
border-color: #551445;
}
.TagClassName
{
border-color: #551445;
}
</style>