Shades of Tyrian Purple #55063D
Tints of Tyrian Purple #55063D
RGB
CMYK
RGB Variations
Color information
#55063D (or 0x55063D) is known color: Tyrian Purple. HEX triplet: 55, 06 and 3D. RGB value is (85,6,61). Sum of RGB (Red+Green+Blue) = 85+6+61=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063D is #AAF9C2. Grayscale: #232323. Windows color (decimal): -11205059 or 3999317. OLE color: 3999317.
HSL color Cylindrical-coordinate representation of color #55063D: hue angle of 318.23º 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 #55063D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 61 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.67 |
| HSL | 318.23º | 0.87% | 0.18% | - |
| HSV(B) | 318.23º | 0.93% | 0.33% | - |
| XYZ | 4.65 | 2.4 | 4.63 | - |
| YUV | 35.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 61 | 0 | 0.93 | 0.28 | 0.67 | 318.23 | 0.87 | 0.18 |
| Hex | 55 | 6 | 3D | 0 | 5D | 1C | 43 | 13E | 57 | 12 |
| Octal | 125 | 6 | 75 | 0 | 135 | 34 | 103 | 476 | 127 | 22 |
| Binary | 1010101 | 110 | 111101 | 0 | 1011101 | 11100 | 1000011 | 100111110 | 1010111 | 10010 |
Color Harmonies of #55063D
Complementary color
Monochromatic Colors of #55063D
Black with #55063D
Text Example
Text Example
White with #55063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55063D; }
p { color: rgb(85,6,61); }
H1.HeaderClassName
{
color: #55063D;
}
.AnyTagClassName
{
color: #55063D;
}
</style>
background-color css
<style>
a { background-color: #55063D; }
a { background-color: rgb(85,6,61); }
div.DivClassName
{
background-color: #55063D;
}
.BgClassName
{
background-color: #55063D;
}
</style>
border-color css
<style>
span { border-color: #55063D; }
span { border-color: rgb(85,6,61); }
td.TdClassName
{
border-color: #55063D;
}
.TagClassName
{
border-color: #55063D;
}
</style>