Shades of Tyrian Purple #55033C
Tints of Tyrian Purple #55033C
RGB
CMYK
RGB Variations
Color information
#55033C (or 0x55033C) is known color: Tyrian Purple. HEX triplet: 55, 03 and 3C. RGB value is (85,3,60). Sum of RGB (Red+Green+Blue) = 85+3+60=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033C is #AAFCC3. Grayscale: #212121. Windows color (decimal): -11205828 or 3933013. OLE color: 3933013.
HSL color Cylindrical-coordinate representation of color #55033C: hue angle of 318.29º 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 #55033C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 60 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.67 |
| HSL | 318.29º | 0.93% | 0.17% | - |
| HSV(B) | 318.29º | 0.96% | 0.33% | - |
| XYZ | 4.59 | 2.32 | 4.48 | - |
| YUV | 34.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 60 | 0 | 0.96 | 0.29 | 0.67 | 318.29 | 0.93 | 0.17 |
| Hex | 55 | 3 | 3C | 0 | 60 | 1D | 43 | 13E | 5D | 11 |
| Octal | 125 | 3 | 74 | 0 | 140 | 35 | 103 | 476 | 135 | 21 |
| Binary | 1010101 | 11 | 111100 | 0 | 1100000 | 11101 | 1000011 | 100111110 | 1011101 | 10001 |
Color Harmonies of #55033C
Complementary color
Monochromatic Colors of #55033C
Black with #55033C
Text Example
Text Example
White with #55033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55033C; }
p { color: rgb(85,3,60); }
H1.HeaderClassName
{
color: #55033C;
}
.AnyTagClassName
{
color: #55033C;
}
</style>
background-color css
<style>
a { background-color: #55033C; }
a { background-color: rgb(85,3,60); }
div.DivClassName
{
background-color: #55033C;
}
.BgClassName
{
background-color: #55033C;
}
</style>
border-color css
<style>
span { border-color: #55033C; }
span { border-color: rgb(85,3,60); }
td.TdClassName
{
border-color: #55033C;
}
.TagClassName
{
border-color: #55033C;
}
</style>