Shades of Tyrian Purple #550F41
Tints of Tyrian Purple #550F41
RGB
CMYK
RGB Variations
Color information
#550F41 (or 0x550F41) is known color: Tyrian Purple. HEX triplet: 55, 0F and 41. RGB value is (85,15,65). Sum of RGB (Red+Green+Blue) = 85+15+65=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #550F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F41 is #AAF0BE. Grayscale: #292929. Windows color (decimal): -11202751 or 4263765. OLE color: 4263765.
HSL color Cylindrical-coordinate representation of color #550F41: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F41 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 65 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.67 |
| HSL | 317.14º | 0.7% | 0.2% | - |
| HSV(B) | 317.14º | 0.82% | 0.33% | - |
| XYZ | 4.87 | 2.65 | 5.26 | - |
| YUV | 41.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 65 | 0 | 0.82 | 0.24 | 0.67 | 317.14 | 0.7 | 0.2 |
| Hex | 55 | F | 41 | 0 | 52 | 18 | 43 | 13D | 46 | 14 |
| Octal | 125 | 17 | 101 | 0 | 122 | 30 | 103 | 475 | 106 | 24 |
| Binary | 1010101 | 1111 | 1000001 | 0 | 1010010 | 11000 | 1000011 | 100111101 | 1000110 | 10100 |
Color Harmonies of #550F41
Complementary color
Monochromatic Colors of #550F41
Black with #550F41
Text Example
Text Example
White with #550F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F41; }
p { color: rgb(85,15,65); }
H1.HeaderClassName
{
color: #550F41;
}
.AnyTagClassName
{
color: #550F41;
}
</style>
background-color css
<style>
a { background-color: #550F41; }
a { background-color: rgb(85,15,65); }
div.DivClassName
{
background-color: #550F41;
}
.BgClassName
{
background-color: #550F41;
}
</style>
border-color css
<style>
span { border-color: #550F41; }
span { border-color: rgb(85,15,65); }
td.TdClassName
{
border-color: #550F41;
}
.TagClassName
{
border-color: #550F41;
}
</style>