Shades of Tyrian Purple #550225
Tints of Tyrian Purple #550225
RGB
CMYK
RGB Variations
Color information
#550225 (or 0x550225) is known color: Tyrian Purple. HEX triplet: 55, 02 and 25. RGB value is (85,2,37). Sum of RGB (Red+Green+Blue) = 85+2+37=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550225 is #AAFDDA. Grayscale: #1E1E1E. Windows color (decimal): -11206107 or 2425429. OLE color: 2425429.
HSL color Cylindrical-coordinate representation of color #550225: hue angle of 334.7º 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 #550225 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 37 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.67 |
| HSL | 334.7º | 0.95% | 0.17% | - |
| HSV(B) | 334.7º | 0.98% | 0.33% | - |
| XYZ | 4.1 | 2.11 | 1.94 | - |
| YUV | 30.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 37 | 0 | 0.98 | 0.56 | 0.67 | 334.7 | 0.95 | 0.17 |
| Hex | 55 | 2 | 25 | 0 | 62 | 38 | 43 | 14F | 5F | 11 |
| Octal | 125 | 2 | 45 | 0 | 142 | 70 | 103 | 517 | 137 | 21 |
| Binary | 1010101 | 10 | 100101 | 0 | 1100010 | 111000 | 1000011 | 101001111 | 1011111 | 10001 |
Color Harmonies of #550225
Complementary color
Monochromatic Colors of #550225
Black with #550225
Text Example
Text Example
White with #550225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550225; }
p { color: rgb(85,2,37); }
H1.HeaderClassName
{
color: #550225;
}
.AnyTagClassName
{
color: #550225;
}
</style>
background-color css
<style>
a { background-color: #550225; }
a { background-color: rgb(85,2,37); }
div.DivClassName
{
background-color: #550225;
}
.BgClassName
{
background-color: #550225;
}
</style>
border-color css
<style>
span { border-color: #550225; }
span { border-color: rgb(85,2,37); }
td.TdClassName
{
border-color: #550225;
}
.TagClassName
{
border-color: #550225;
}
</style>