Shades of Tyrian Purple #55072F
Tints of Tyrian Purple #55072F
RGB
CMYK
RGB Variations
Color information
#55072F (or 0x55072F) is known color: Tyrian Purple. HEX triplet: 55, 07 and 2F. RGB value is (85,7,47). Sum of RGB (Red+Green+Blue) = 85+7+47=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55072F is #AAF8D0. Grayscale: #222222. Windows color (decimal): -11204817 or 3082069. OLE color: 3082069.
HSL color Cylindrical-coordinate representation of color #55072F: hue angle of 329.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 #55072F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 47 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.67 |
| HSL | 329.23º | 0.85% | 0.18% | - |
| HSV(B) | 329.23º | 0.92% | 0.33% | - |
| XYZ | 4.34 | 2.29 | 2.9 | - |
| YUV | 34.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 47 | 0 | 0.92 | 0.45 | 0.67 | 329.23 | 0.85 | 0.18 |
| Hex | 55 | 7 | 2F | 0 | 5C | 2D | 43 | 149 | 55 | 12 |
| Octal | 125 | 7 | 57 | 0 | 134 | 55 | 103 | 511 | 125 | 22 |
| Binary | 1010101 | 111 | 101111 | 0 | 1011100 | 101101 | 1000011 | 101001001 | 1010101 | 10010 |
Color Harmonies of #55072F
Complementary color
Monochromatic Colors of #55072F
Black with #55072F
Text Example
Text Example
White with #55072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55072F; }
p { color: rgb(85,7,47); }
H1.HeaderClassName
{
color: #55072F;
}
.AnyTagClassName
{
color: #55072F;
}
</style>
background-color css
<style>
a { background-color: #55072F; }
a { background-color: rgb(85,7,47); }
div.DivClassName
{
background-color: #55072F;
}
.BgClassName
{
background-color: #55072F;
}
</style>
border-color css
<style>
span { border-color: #55072F; }
span { border-color: rgb(85,7,47); }
td.TdClassName
{
border-color: #55072F;
}
.TagClassName
{
border-color: #55072F;
}
</style>