Shades of Tyrian Purple #55032E
Tints of Tyrian Purple #55032E
RGB
CMYK
RGB Variations
Color information
#55032E (or 0x55032E) is known color: Tyrian Purple. HEX triplet: 55, 03 and 2E. RGB value is (85,3,46). Sum of RGB (Red+Green+Blue) = 85+3+46=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032E is #AAFCD1. Grayscale: #202020. Windows color (decimal): -11205842 or 3015509. OLE color: 3015509.
HSL color Cylindrical-coordinate representation of color #55032E: hue angle of 328.54º 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 #55032E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 46 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.67 |
| HSL | 328.54º | 0.93% | 0.17% | - |
| HSV(B) | 328.54º | 0.96% | 0.33% | - |
| XYZ | 4.27 | 2.19 | 2.78 | - |
| YUV | 32.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 46 | 0 | 0.96 | 0.46 | 0.67 | 328.54 | 0.93 | 0.17 |
| Hex | 55 | 3 | 2E | 0 | 60 | 2E | 43 | 149 | 5D | 11 |
| Octal | 125 | 3 | 56 | 0 | 140 | 56 | 103 | 511 | 135 | 21 |
| Binary | 1010101 | 11 | 101110 | 0 | 1100000 | 101110 | 1000011 | 101001001 | 1011101 | 10001 |
Color Harmonies of #55032E
Complementary color
Monochromatic Colors of #55032E
Black with #55032E
Text Example
Text Example
White with #55032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55032E; }
p { color: rgb(85,3,46); }
H1.HeaderClassName
{
color: #55032E;
}
.AnyTagClassName
{
color: #55032E;
}
</style>
background-color css
<style>
a { background-color: #55032E; }
a { background-color: rgb(85,3,46); }
div.DivClassName
{
background-color: #55032E;
}
.BgClassName
{
background-color: #55032E;
}
</style>
border-color css
<style>
span { border-color: #55032E; }
span { border-color: rgb(85,3,46); }
td.TdClassName
{
border-color: #55032E;
}
.TagClassName
{
border-color: #55032E;
}
</style>