Shades of Tyrian Purple #55073A
Tints of Tyrian Purple #55073A
RGB
CMYK
RGB Variations
Color information
#55073A (or 0x55073A) is known color: Tyrian Purple. HEX triplet: 55, 07 and 3A. RGB value is (85,7,58). Sum of RGB (Red+Green+Blue) = 85+7+58=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073A is #AAF8C5. Grayscale: #242424. Windows color (decimal): -11204806 or 3802965. OLE color: 3802965.
HSL color Cylindrical-coordinate representation of color #55073A: hue angle of 320.77º 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 #55073A is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 58 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.67 |
| HSL | 320.77º | 0.85% | 0.18% | - |
| HSV(B) | 320.77º | 0.92% | 0.33% | - |
| XYZ | 4.59 | 2.39 | 4.22 | - |
| YUV | 36.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 58 | 0 | 0.92 | 0.32 | 0.67 | 320.77 | 0.85 | 0.18 |
| Hex | 55 | 7 | 3A | 0 | 5C | 20 | 43 | 141 | 55 | 12 |
| Octal | 125 | 7 | 72 | 0 | 134 | 40 | 103 | 501 | 125 | 22 |
| Binary | 1010101 | 111 | 111010 | 0 | 1011100 | 100000 | 1000011 | 101000001 | 1010101 | 10010 |
Color Harmonies of #55073A
Complementary color
Monochromatic Colors of #55073A
Black with #55073A
Text Example
Text Example
White with #55073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55073A; }
p { color: rgb(85,7,58); }
H1.HeaderClassName
{
color: #55073A;
}
.AnyTagClassName
{
color: #55073A;
}
</style>
background-color css
<style>
a { background-color: #55073A; }
a { background-color: rgb(85,7,58); }
div.DivClassName
{
background-color: #55073A;
}
.BgClassName
{
background-color: #55073A;
}
</style>
border-color css
<style>
span { border-color: #55073A; }
span { border-color: rgb(85,7,58); }
td.TdClassName
{
border-color: #55073A;
}
.TagClassName
{
border-color: #55073A;
}
</style>