Shades of Tyrian Purple #551443
Tints of Tyrian Purple #551443
RGB
CMYK
RGB Variations
Color information
#551443 (or 0x551443) is known color: Tyrian Purple. HEX triplet: 55, 14 and 43. RGB value is (85,20,67). Sum of RGB (Red+Green+Blue) = 85+20+67=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551443 is #AAEBBC. Grayscale: #2C2C2C. Windows color (decimal): -11201469 or 4396117. OLE color: 4396117.
HSL color Cylindrical-coordinate representation of color #551443: hue angle of 316.62º 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 #551443 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 67 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.67 |
| HSL | 316.62º | 0.62% | 0.21% | - |
| HSV(B) | 316.62º | 0.76% | 0.33% | - |
| XYZ | 5.01 | 2.84 | 5.59 | - |
| YUV | 44.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 67 | 0 | 0.76 | 0.21 | 0.67 | 316.62 | 0.62 | 0.21 |
| Hex | 55 | 14 | 43 | 0 | 4C | 15 | 43 | 13D | 3E | 15 |
| Octal | 125 | 24 | 103 | 0 | 114 | 25 | 103 | 475 | 76 | 25 |
| Binary | 1010101 | 10100 | 1000011 | 0 | 1001100 | 10101 | 1000011 | 100111101 | 111110 | 10101 |
Color Harmonies of #551443
Complementary color
Monochromatic Colors of #551443
Black with #551443
Text Example
Text Example
White with #551443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551443; }
p { color: rgb(85,20,67); }
H1.HeaderClassName
{
color: #551443;
}
.AnyTagClassName
{
color: #551443;
}
</style>
background-color css
<style>
a { background-color: #551443; }
a { background-color: rgb(85,20,67); }
div.DivClassName
{
background-color: #551443;
}
.BgClassName
{
background-color: #551443;
}
</style>
border-color css
<style>
span { border-color: #551443; }
span { border-color: rgb(85,20,67); }
td.TdClassName
{
border-color: #551443;
}
.TagClassName
{
border-color: #551443;
}
</style>