Shades of Tyrian Purple #55033D
Tints of Tyrian Purple #55033D
RGB
CMYK
RGB Variations
Color information
#55033D (or 0x55033D) is known color: Tyrian Purple. HEX triplet: 55, 03 and 3D. RGB value is (85,3,61). Sum of RGB (Red+Green+Blue) = 85+3+61=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033D is #AAFCC2. Grayscale: #212121. Windows color (decimal): -11205827 or 3998549. OLE color: 3998549.
HSL color Cylindrical-coordinate representation of color #55033D: hue angle of 317.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55033D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.67 |
| HSL | 317.56º | 0.93% | 0.17% | - |
| HSV(B) | 317.56º | 0.96% | 0.33% | - |
| XYZ | 4.62 | 2.33 | 4.62 | - |
| YUV | 34.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 61 | 0 | 0.96 | 0.28 | 0.67 | 317.56 | 0.93 | 0.17 |
| Hex | 55 | 3 | 3D | 0 | 60 | 1C | 43 | 13E | 5D | 11 |
| Octal | 125 | 3 | 75 | 0 | 140 | 34 | 103 | 476 | 135 | 21 |
| Binary | 1010101 | 11 | 111101 | 0 | 1100000 | 11100 | 1000011 | 100111110 | 1011101 | 10001 |
Color Harmonies of #55033D
Complementary color
Monochromatic Colors of #55033D
Black with #55033D
Text Example
Text Example
White with #55033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55033D; }
p { color: rgb(85,3,61); }
H1.HeaderClassName
{
color: #55033D;
}
.AnyTagClassName
{
color: #55033D;
}
</style>
background-color css
<style>
a { background-color: #55033D; }
a { background-color: rgb(85,3,61); }
div.DivClassName
{
background-color: #55033D;
}
.BgClassName
{
background-color: #55033D;
}
</style>
border-color css
<style>
span { border-color: #55033D; }
span { border-color: rgb(85,3,61); }
td.TdClassName
{
border-color: #55033D;
}
.TagClassName
{
border-color: #55033D;
}
</style>