Shades of Tyrian Purple #55062E
Tints of Tyrian Purple #55062E
RGB
CMYK
RGB Variations
Color information
#55062E (or 0x55062E) is known color: Tyrian Purple. HEX triplet: 55, 06 and 2E. RGB value is (85,6,46). Sum of RGB (Red+Green+Blue) = 85+6+46=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062E is #AAF9D1. Grayscale: #222222. Windows color (decimal): -11205074 or 3016277. OLE color: 3016277.
HSL color Cylindrical-coordinate representation of color #55062E: hue angle of 329.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55062E is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 46 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.67 |
| HSL | 329.62º | 0.87% | 0.18% | - |
| HSV(B) | 329.62º | 0.93% | 0.33% | - |
| XYZ | 4.3 | 2.26 | 2.79 | - |
| YUV | 34.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 46 | 0 | 0.93 | 0.46 | 0.67 | 329.62 | 0.87 | 0.18 |
| Hex | 55 | 6 | 2E | 0 | 5D | 2E | 43 | 14A | 57 | 12 |
| Octal | 125 | 6 | 56 | 0 | 135 | 56 | 103 | 512 | 127 | 22 |
| Binary | 1010101 | 110 | 101110 | 0 | 1011101 | 101110 | 1000011 | 101001010 | 1010111 | 10010 |
Color Harmonies of #55062E
Complementary color
Monochromatic Colors of #55062E
Black with #55062E
Text Example
Text Example
White with #55062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55062E; }
p { color: rgb(85,6,46); }
H1.HeaderClassName
{
color: #55062E;
}
.AnyTagClassName
{
color: #55062E;
}
</style>
background-color css
<style>
a { background-color: #55062E; }
a { background-color: rgb(85,6,46); }
div.DivClassName
{
background-color: #55062E;
}
.BgClassName
{
background-color: #55062E;
}
</style>
border-color css
<style>
span { border-color: #55062E; }
span { border-color: rgb(85,6,46); }
td.TdClassName
{
border-color: #55062E;
}
.TagClassName
{
border-color: #55062E;
}
</style>