Shades of Tyrian Purple #55073C
Tints of Tyrian Purple #55073C
RGB
CMYK
RGB Variations
Color information
#55073C (or 0x55073C) is known color: Tyrian Purple. HEX triplet: 55, 07 and 3C. RGB value is (85,7,60). Sum of RGB (Red+Green+Blue) = 85+7+60=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073C is #AAF8C3. Grayscale: #242424. Windows color (decimal): -11204804 or 3934037. OLE color: 3934037.
HSL color Cylindrical-coordinate representation of color #55073C: hue angle of 319.23º 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 #55073C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 60 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.67 |
| HSL | 319.23º | 0.85% | 0.18% | - |
| HSV(B) | 319.23º | 0.92% | 0.33% | - |
| XYZ | 4.64 | 2.41 | 4.5 | - |
| YUV | 36.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 60 | 0 | 0.92 | 0.29 | 0.67 | 319.23 | 0.85 | 0.18 |
| Hex | 55 | 7 | 3C | 0 | 5C | 1D | 43 | 13F | 55 | 12 |
| Octal | 125 | 7 | 74 | 0 | 134 | 35 | 103 | 477 | 125 | 22 |
| Binary | 1010101 | 111 | 111100 | 0 | 1011100 | 11101 | 1000011 | 100111111 | 1010101 | 10010 |
Color Harmonies of #55073C
Complementary color
Monochromatic Colors of #55073C
Black with #55073C
Text Example
Text Example
White with #55073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55073C; }
p { color: rgb(85,7,60); }
H1.HeaderClassName
{
color: #55073C;
}
.AnyTagClassName
{
color: #55073C;
}
</style>
background-color css
<style>
a { background-color: #55073C; }
a { background-color: rgb(85,7,60); }
div.DivClassName
{
background-color: #55073C;
}
.BgClassName
{
background-color: #55073C;
}
</style>
border-color css
<style>
span { border-color: #55073C; }
span { border-color: rgb(85,7,60); }
td.TdClassName
{
border-color: #55073C;
}
.TagClassName
{
border-color: #55073C;
}
</style>