Shades of Tyrian Purple #550024
Tints of Tyrian Purple #550024
RGB
CMYK
RGB Variations
Color information
#550024 (or 0x550024) is known color: Tyrian Purple. HEX triplet: 55, 00 and 24. RGB value is (85,0,36). Sum of RGB (Red+Green+Blue) = 85+0+36=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550024 is #AAFFDB. Grayscale: #1D1D1D. Windows color (decimal): -11206620 or 2359381. OLE color: 2359381.
HSL color Cylindrical-coordinate representation of color #550024: hue angle of 334.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550024 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.58 | 0.67 |
| HSL | 334.59º | 1% | 0.17% | - |
| HSV(B) | 334.59º | 1% | 0.33% | - |
| XYZ | 4.06 | 2.06 | 1.85 | - |
| YUV | 29.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 36 | 0 | 1 | 0.58 | 0.67 | 334.59 | 1 | 0.17 |
| Hex | 55 | 0 | 24 | 0 | 64 | 3A | 43 | 14F | 64 | 11 |
| Octal | 125 | 0 | 44 | 0 | 144 | 72 | 103 | 517 | 144 | 21 |
| Binary | 1010101 | 0 | 100100 | 0 | 1100100 | 111010 | 1000011 | 101001111 | 1100100 | 10001 |
Color Harmonies of #550024
Complementary color
Monochromatic Colors of #550024
Black with #550024
Text Example
Text Example
White with #550024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550024; }
p { color: rgb(85,0,36); }
H1.HeaderClassName
{
color: #550024;
}
.AnyTagClassName
{
color: #550024;
}
</style>
background-color css
<style>
a { background-color: #550024; }
a { background-color: rgb(85,0,36); }
div.DivClassName
{
background-color: #550024;
}
.BgClassName
{
background-color: #550024;
}
</style>
border-color css
<style>
span { border-color: #550024; }
span { border-color: rgb(85,0,36); }
td.TdClassName
{
border-color: #550024;
}
.TagClassName
{
border-color: #550024;
}
</style>