Shades of Tyrian Purple #551441
Tints of Tyrian Purple #551441
RGB
CMYK
RGB Variations
Color information
#551441 (or 0x551441) is known color: Tyrian Purple. HEX triplet: 55, 14 and 41. RGB value is (85,20,65). Sum of RGB (Red+Green+Blue) = 85+20+65=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551441 is #AAEBBE. Grayscale: #2C2C2C. Windows color (decimal): -11201471 or 4265045. OLE color: 4265045.
HSL color Cylindrical-coordinate representation of color #551441: hue angle of 318.46º 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 #551441 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 65 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.67 |
| HSL | 318.46º | 0.62% | 0.21% | - |
| HSV(B) | 318.46º | 0.76% | 0.33% | - |
| XYZ | 4.95 | 2.81 | 5.28 | - |
| YUV | 44.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 65 | 0 | 0.76 | 0.24 | 0.67 | 318.46 | 0.62 | 0.21 |
| Hex | 55 | 14 | 41 | 0 | 4C | 18 | 43 | 13E | 3E | 15 |
| Octal | 125 | 24 | 101 | 0 | 114 | 30 | 103 | 476 | 76 | 25 |
| Binary | 1010101 | 10100 | 1000001 | 0 | 1001100 | 11000 | 1000011 | 100111110 | 111110 | 10101 |
Color Harmonies of #551441
Complementary color
Monochromatic Colors of #551441
Black with #551441
Text Example
Text Example
White with #551441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551441; }
p { color: rgb(85,20,65); }
H1.HeaderClassName
{
color: #551441;
}
.AnyTagClassName
{
color: #551441;
}
</style>
background-color css
<style>
a { background-color: #551441; }
a { background-color: rgb(85,20,65); }
div.DivClassName
{
background-color: #551441;
}
.BgClassName
{
background-color: #551441;
}
</style>
border-color css
<style>
span { border-color: #551441; }
span { border-color: rgb(85,20,65); }
td.TdClassName
{
border-color: #551441;
}
.TagClassName
{
border-color: #551441;
}
</style>