Shades of Tyrian Purple #551341
Tints of Tyrian Purple #551341
RGB
CMYK
RGB Variations
Color information
#551341 (or 0x551341) is known color: Tyrian Purple. HEX triplet: 55, 13 and 41. RGB value is (85,19,65). Sum of RGB (Red+Green+Blue) = 85+19+65=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551341 is #AAECBE. Grayscale: #2B2B2B. Windows color (decimal): -11201727 or 4264789. OLE color: 4264789.
HSL color Cylindrical-coordinate representation of color #551341: hue angle of 318.18º 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 #551341 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 65 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.67 |
| HSL | 318.18º | 0.63% | 0.2% | - |
| HSV(B) | 318.18º | 0.78% | 0.33% | - |
| XYZ | 4.93 | 2.78 | 5.28 | - |
| YUV | 43.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 65 | 0 | 0.78 | 0.24 | 0.67 | 318.18 | 0.63 | 0.2 |
| Hex | 55 | 13 | 41 | 0 | 4E | 18 | 43 | 13E | 3F | 14 |
| Octal | 125 | 23 | 101 | 0 | 116 | 30 | 103 | 476 | 77 | 24 |
| Binary | 1010101 | 10011 | 1000001 | 0 | 1001110 | 11000 | 1000011 | 100111110 | 111111 | 10100 |
Color Harmonies of #551341
Complementary color
Monochromatic Colors of #551341
Black with #551341
Text Example
Text Example
White with #551341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551341; }
p { color: rgb(85,19,65); }
H1.HeaderClassName
{
color: #551341;
}
.AnyTagClassName
{
color: #551341;
}
</style>
background-color css
<style>
a { background-color: #551341; }
a { background-color: rgb(85,19,65); }
div.DivClassName
{
background-color: #551341;
}
.BgClassName
{
background-color: #551341;
}
</style>
border-color css
<style>
span { border-color: #551341; }
span { border-color: rgb(85,19,65); }
td.TdClassName
{
border-color: #551341;
}
.TagClassName
{
border-color: #551341;
}
</style>