Shades of Tyrian Purple #55073D
Tints of Tyrian Purple #55073D
RGB
CMYK
RGB Variations
Color information
#55073D (or 0x55073D) is known color: Tyrian Purple. HEX triplet: 55, 07 and 3D. RGB value is (85,7,61). Sum of RGB (Red+Green+Blue) = 85+7+61=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073D is #AAF8C2. Grayscale: #242424. Windows color (decimal): -11204803 or 3999573. OLE color: 3999573.
HSL color Cylindrical-coordinate representation of color #55073D: hue angle of 318.46º 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 #55073D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 61 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.67 |
| HSL | 318.46º | 0.85% | 0.18% | - |
| HSV(B) | 318.46º | 0.92% | 0.33% | - |
| XYZ | 4.66 | 2.42 | 4.64 | - |
| YUV | 36.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 61 | 0 | 0.92 | 0.28 | 0.67 | 318.46 | 0.85 | 0.18 |
| Hex | 55 | 7 | 3D | 0 | 5C | 1C | 43 | 13E | 55 | 12 |
| Octal | 125 | 7 | 75 | 0 | 134 | 34 | 103 | 476 | 125 | 22 |
| Binary | 1010101 | 111 | 111101 | 0 | 1011100 | 11100 | 1000011 | 100111110 | 1010101 | 10010 |
Color Harmonies of #55073D
Complementary color
Monochromatic Colors of #55073D
Black with #55073D
Text Example
Text Example
White with #55073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55073D; }
p { color: rgb(85,7,61); }
H1.HeaderClassName
{
color: #55073D;
}
.AnyTagClassName
{
color: #55073D;
}
</style>
background-color css
<style>
a { background-color: #55073D; }
a { background-color: rgb(85,7,61); }
div.DivClassName
{
background-color: #55073D;
}
.BgClassName
{
background-color: #55073D;
}
</style>
border-color css
<style>
span { border-color: #55073D; }
span { border-color: rgb(85,7,61); }
td.TdClassName
{
border-color: #55073D;
}
.TagClassName
{
border-color: #55073D;
}
</style>