Shades of Tyrian Purple #551048
Tints of Tyrian Purple #551048
RGB
CMYK
RGB Variations
Color information
#551048 (or 0x551048) is known color: Tyrian Purple. HEX triplet: 55, 10 and 48. RGB value is (85,16,72). Sum of RGB (Red+Green+Blue) = 85+16+72=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551048 is #AAEFB7. Grayscale: #2A2A2A. Windows color (decimal): -11202488 or 4722773. OLE color: 4722773.
HSL color Cylindrical-coordinate representation of color #551048: hue angle of 311.3º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551048 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 72 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.67 |
| HSL | 311.3º | 0.68% | 0.2% | - |
| HSV(B) | 311.3º | 0.81% | 0.33% | - |
| XYZ | 5.1 | 2.77 | 6.4 | - |
| YUV | 43.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 72 | 0 | 0.81 | 0.15 | 0.67 | 311.3 | 0.68 | 0.2 |
| Hex | 55 | 10 | 48 | 0 | 51 | F | 43 | 137 | 44 | 14 |
| Octal | 125 | 20 | 110 | 0 | 121 | 17 | 103 | 467 | 104 | 24 |
| Binary | 1010101 | 10000 | 1001000 | 0 | 1010001 | 1111 | 1000011 | 100110111 | 1000100 | 10100 |
Color Harmonies of #551048
Complementary color
Monochromatic Colors of #551048
Black with #551048
Text Example
Text Example
White with #551048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551048; }
p { color: rgb(85,16,72); }
H1.HeaderClassName
{
color: #551048;
}
.AnyTagClassName
{
color: #551048;
}
</style>
background-color css
<style>
a { background-color: #551048; }
a { background-color: rgb(85,16,72); }
div.DivClassName
{
background-color: #551048;
}
.BgClassName
{
background-color: #551048;
}
</style>
border-color css
<style>
span { border-color: #551048; }
span { border-color: rgb(85,16,72); }
td.TdClassName
{
border-color: #551048;
}
.TagClassName
{
border-color: #551048;
}
</style>