Shades of Tyrian Purple #550241
Tints of Tyrian Purple #550241
RGB
CMYK
RGB Variations
Color information
#550241 (or 0x550241) is known color: Tyrian Purple. HEX triplet: 55, 02 and 41. RGB value is (85,2,65). Sum of RGB (Red+Green+Blue) = 85+2+65=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #550241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550241 is #AAFDBE. Grayscale: #212121. Windows color (decimal): -11206079 or 4260437. OLE color: 4260437.
HSL color Cylindrical-coordinate representation of color #550241: hue angle of 314.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550241 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 65 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.67 |
| HSL | 314.46º | 0.95% | 0.17% | - |
| HSV(B) | 314.46º | 0.98% | 0.33% | - |
| XYZ | 4.72 | 2.36 | 5.21 | - |
| YUV | 34 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 65 | 0 | 0.98 | 0.24 | 0.67 | 314.46 | 0.95 | 0.17 |
| Hex | 55 | 2 | 41 | 0 | 62 | 18 | 43 | 13A | 5F | 11 |
| Octal | 125 | 2 | 101 | 0 | 142 | 30 | 103 | 472 | 137 | 21 |
| Binary | 1010101 | 10 | 1000001 | 0 | 1100010 | 11000 | 1000011 | 100111010 | 1011111 | 10001 |
Color Harmonies of #550241
Complementary color
Monochromatic Colors of #550241
Black with #550241
Text Example
Text Example
White with #550241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550241; }
p { color: rgb(85,2,65); }
H1.HeaderClassName
{
color: #550241;
}
.AnyTagClassName
{
color: #550241;
}
</style>
background-color css
<style>
a { background-color: #550241; }
a { background-color: rgb(85,2,65); }
div.DivClassName
{
background-color: #550241;
}
.BgClassName
{
background-color: #550241;
}
</style>
border-color css
<style>
span { border-color: #550241; }
span { border-color: rgb(85,2,65); }
td.TdClassName
{
border-color: #550241;
}
.TagClassName
{
border-color: #550241;
}
</style>