Shades of Tyrian Purple #550243
Tints of Tyrian Purple #550243
RGB
CMYK
RGB Variations
Color information
#550243 (or 0x550243) is known color: Tyrian Purple. HEX triplet: 55, 02 and 43. RGB value is (85,2,67). Sum of RGB (Red+Green+Blue) = 85+2+67=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #550243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550243 is #AAFDBC. Grayscale: #222222. Windows color (decimal): -11206077 or 4391509. OLE color: 4391509.
HSL color Cylindrical-coordinate representation of color #550243: hue angle of 313.01º 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 #550243 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.67 |
| HSL | 313.01º | 0.95% | 0.17% | - |
| HSV(B) | 313.01º | 0.98% | 0.33% | - |
| XYZ | 4.78 | 2.38 | 5.52 | - |
| YUV | 34.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 67 | 0 | 0.98 | 0.21 | 0.67 | 313.01 | 0.95 | 0.17 |
| Hex | 55 | 2 | 43 | 0 | 62 | 15 | 43 | 139 | 5F | 11 |
| Octal | 125 | 2 | 103 | 0 | 142 | 25 | 103 | 471 | 137 | 21 |
| Binary | 1010101 | 10 | 1000011 | 0 | 1100010 | 10101 | 1000011 | 100111001 | 1011111 | 10001 |
Color Harmonies of #550243
Complementary color
Monochromatic Colors of #550243
Black with #550243
Text Example
Text Example
White with #550243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550243; }
p { color: rgb(85,2,67); }
H1.HeaderClassName
{
color: #550243;
}
.AnyTagClassName
{
color: #550243;
}
</style>
background-color css
<style>
a { background-color: #550243; }
a { background-color: rgb(85,2,67); }
div.DivClassName
{
background-color: #550243;
}
.BgClassName
{
background-color: #550243;
}
</style>
border-color css
<style>
span { border-color: #550243; }
span { border-color: rgb(85,2,67); }
td.TdClassName
{
border-color: #550243;
}
.TagClassName
{
border-color: #550243;
}
</style>