Shades of Tyrian Purple #55063F
Tints of Tyrian Purple #55063F
RGB
CMYK
RGB Variations
Color information
#55063F (or 0x55063F) is known color: Tyrian Purple. HEX triplet: 55, 06 and 3F. RGB value is (85,6,63). Sum of RGB (Red+Green+Blue) = 85+6+63=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063F is #AAF9C0. Grayscale: #232323. Windows color (decimal): -11205057 or 4130389. OLE color: 4130389.
HSL color Cylindrical-coordinate representation of color #55063F: hue angle of 316.71º 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 #55063F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 63 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.67 |
| HSL | 316.71º | 0.87% | 0.18% | - |
| HSV(B) | 316.71º | 0.93% | 0.33% | - |
| XYZ | 4.71 | 2.42 | 4.92 | - |
| YUV | 36.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 63 | 0 | 0.93 | 0.26 | 0.67 | 316.71 | 0.87 | 0.18 |
| Hex | 55 | 6 | 3F | 0 | 5D | 1A | 43 | 13D | 57 | 12 |
| Octal | 125 | 6 | 77 | 0 | 135 | 32 | 103 | 475 | 127 | 22 |
| Binary | 1010101 | 110 | 111111 | 0 | 1011101 | 11010 | 1000011 | 100111101 | 1010111 | 10010 |
Color Harmonies of #55063F
Complementary color
Monochromatic Colors of #55063F
Black with #55063F
Text Example
Text Example
White with #55063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55063F; }
p { color: rgb(85,6,63); }
H1.HeaderClassName
{
color: #55063F;
}
.AnyTagClassName
{
color: #55063F;
}
</style>
background-color css
<style>
a { background-color: #55063F; }
a { background-color: rgb(85,6,63); }
div.DivClassName
{
background-color: #55063F;
}
.BgClassName
{
background-color: #55063F;
}
</style>
border-color css
<style>
span { border-color: #55063F; }
span { border-color: rgb(85,6,63); }
td.TdClassName
{
border-color: #55063F;
}
.TagClassName
{
border-color: #55063F;
}
</style>