Shades of Tyrian Purple #55074E
Tints of Tyrian Purple #55074E
RGB
CMYK
RGB Variations
Color information
#55074E (or 0x55074E) is known color: Tyrian Purple. HEX triplet: 55, 07 and 4E. RGB value is (85,7,78). Sum of RGB (Red+Green+Blue) = 85+7+78=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55074E is #AAF8B1. Grayscale: #262626. Windows color (decimal): -11204786 or 5113685. OLE color: 5113685.
HSL color Cylindrical-coordinate representation of color #55074E: hue angle of 305.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55074E is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 78 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.67 |
| HSL | 305.38º | 0.85% | 0.18% | - |
| HSV(B) | 305.38º | 0.92% | 0.33% | - |
| XYZ | 5.2 | 2.63 | 7.44 | - |
| YUV | 38.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 78 | 0 | 0.92 | 0.08 | 0.67 | 305.38 | 0.85 | 0.18 |
| Hex | 55 | 7 | 4E | 0 | 5C | 8 | 43 | 131 | 55 | 12 |
| Octal | 125 | 7 | 116 | 0 | 134 | 10 | 103 | 461 | 125 | 22 |
| Binary | 1010101 | 111 | 1001110 | 0 | 1011100 | 1000 | 1000011 | 100110001 | 1010101 | 10010 |
Color Harmonies of #55074E
Complementary color
Monochromatic Colors of #55074E
Black with #55074E
Text Example
Text Example
White with #55074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55074E; }
p { color: rgb(85,7,78); }
H1.HeaderClassName
{
color: #55074E;
}
.AnyTagClassName
{
color: #55074E;
}
</style>
background-color css
<style>
a { background-color: #55074E; }
a { background-color: rgb(85,7,78); }
div.DivClassName
{
background-color: #55074E;
}
.BgClassName
{
background-color: #55074E;
}
</style>
border-color css
<style>
span { border-color: #55074E; }
span { border-color: rgb(85,7,78); }
td.TdClassName
{
border-color: #55074E;
}
.TagClassName
{
border-color: #55074E;
}
</style>