Shades of Tyrian Purple #55032B
Tints of Tyrian Purple #55032B
RGB
CMYK
RGB Variations
Color information
#55032B (or 0x55032B) is known color: Tyrian Purple. HEX triplet: 55, 03 and 2B. RGB value is (85,3,43). Sum of RGB (Red+Green+Blue) = 85+3+43=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032B is #AAFCD4. Grayscale: #202020. Windows color (decimal): -11205845 or 2818901. OLE color: 2818901.
HSL color Cylindrical-coordinate representation of color #55032B: hue angle of 330.73º 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 #55032B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 43 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.67 |
| HSL | 330.73º | 0.93% | 0.17% | - |
| HSV(B) | 330.73º | 0.96% | 0.33% | - |
| XYZ | 4.21 | 2.17 | 2.48 | - |
| YUV | 32.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 43 | 0 | 0.96 | 0.49 | 0.67 | 330.73 | 0.93 | 0.17 |
| Hex | 55 | 3 | 2B | 0 | 60 | 31 | 43 | 14B | 5D | 11 |
| Octal | 125 | 3 | 53 | 0 | 140 | 61 | 103 | 513 | 135 | 21 |
| Binary | 1010101 | 11 | 101011 | 0 | 1100000 | 110001 | 1000011 | 101001011 | 1011101 | 10001 |
Color Harmonies of #55032B
Complementary color
Monochromatic Colors of #55032B
Black with #55032B
Text Example
Text Example
White with #55032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55032B; }
p { color: rgb(85,3,43); }
H1.HeaderClassName
{
color: #55032B;
}
.AnyTagClassName
{
color: #55032B;
}
</style>
background-color css
<style>
a { background-color: #55032B; }
a { background-color: rgb(85,3,43); }
div.DivClassName
{
background-color: #55032B;
}
.BgClassName
{
background-color: #55032B;
}
</style>
border-color css
<style>
span { border-color: #55032B; }
span { border-color: rgb(85,3,43); }
td.TdClassName
{
border-color: #55032B;
}
.TagClassName
{
border-color: #55032B;
}
</style>