Shades of Tyrian Purple #551345
Tints of Tyrian Purple #551345
RGB
CMYK
RGB Variations
Color information
#551345 (or 0x551345) is known color: Tyrian Purple. HEX triplet: 55, 13 and 45. RGB value is (85,19,69). Sum of RGB (Red+Green+Blue) = 85+19+69=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551345 is #AAECBA. Grayscale: #2C2C2C. Windows color (decimal): -11201723 or 4526933. OLE color: 4526933.
HSL color Cylindrical-coordinate representation of color #551345: hue angle of 314.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551345 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 69 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.67 |
| HSL | 314.55º | 0.63% | 0.2% | - |
| HSV(B) | 314.55º | 0.78% | 0.33% | - |
| XYZ | 5.05 | 2.83 | 5.91 | - |
| YUV | 44.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 69 | 0 | 0.78 | 0.19 | 0.67 | 314.55 | 0.63 | 0.2 |
| Hex | 55 | 13 | 45 | 0 | 4E | 13 | 43 | 13B | 3F | 14 |
| Octal | 125 | 23 | 105 | 0 | 116 | 23 | 103 | 473 | 77 | 24 |
| Binary | 1010101 | 10011 | 1000101 | 0 | 1001110 | 10011 | 1000011 | 100111011 | 111111 | 10100 |
Color Harmonies of #551345
Complementary color
Monochromatic Colors of #551345
Black with #551345
Text Example
Text Example
White with #551345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551345; }
p { color: rgb(85,19,69); }
H1.HeaderClassName
{
color: #551345;
}
.AnyTagClassName
{
color: #551345;
}
</style>
background-color css
<style>
a { background-color: #551345; }
a { background-color: rgb(85,19,69); }
div.DivClassName
{
background-color: #551345;
}
.BgClassName
{
background-color: #551345;
}
</style>
border-color css
<style>
span { border-color: #551345; }
span { border-color: rgb(85,19,69); }
td.TdClassName
{
border-color: #551345;
}
.TagClassName
{
border-color: #551345;
}
</style>