Shades of Tyrian Purple #55032C
Tints of Tyrian Purple #55032C
RGB
CMYK
RGB Variations
Color information
#55032C (or 0x55032C) is known color: Tyrian Purple. HEX triplet: 55, 03 and 2C. RGB value is (85,3,44). Sum of RGB (Red+Green+Blue) = 85+3+44=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032C is #AAFCD3. Grayscale: #202020. Windows color (decimal): -11205844 or 2884437. OLE color: 2884437.
HSL color Cylindrical-coordinate representation of color #55032C: hue angle of 330º 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 #55032C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 44 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.67 |
| HSL | 330º | 0.93% | 0.17% | - |
| HSV(B) | 330º | 0.96% | 0.33% | - |
| XYZ | 4.23 | 2.18 | 2.58 | - |
| YUV | 32.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 44 | 0 | 0.96 | 0.48 | 0.67 | 330 | 0.93 | 0.17 |
| Hex | 55 | 3 | 2C | 0 | 60 | 30 | 43 | 14A | 5D | 11 |
| Octal | 125 | 3 | 54 | 0 | 140 | 60 | 103 | 512 | 135 | 21 |
| Binary | 1010101 | 11 | 101100 | 0 | 1100000 | 110000 | 1000011 | 101001010 | 1011101 | 10001 |
Color Harmonies of #55032C
Complementary color
Monochromatic Colors of #55032C
Black with #55032C
Text Example
Text Example
White with #55032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55032C; }
p { color: rgb(85,3,44); }
H1.HeaderClassName
{
color: #55032C;
}
.AnyTagClassName
{
color: #55032C;
}
</style>
background-color css
<style>
a { background-color: #55032C; }
a { background-color: rgb(85,3,44); }
div.DivClassName
{
background-color: #55032C;
}
.BgClassName
{
background-color: #55032C;
}
</style>
border-color css
<style>
span { border-color: #55032C; }
span { border-color: rgb(85,3,44); }
td.TdClassName
{
border-color: #55032C;
}
.TagClassName
{
border-color: #55032C;
}
</style>