Shades of Tyrian Purple #55044C
Tints of Tyrian Purple #55044C
RGB
CMYK
RGB Variations
Color information
#55044C (or 0x55044C) is known color: Tyrian Purple. HEX triplet: 55, 04 and 4C. RGB value is (85,4,76). Sum of RGB (Red+Green+Blue) = 85+4+76=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55044C is #AAFBB3. Grayscale: #242424. Windows color (decimal): -11205556 or 4981845. OLE color: 4981845.
HSL color Cylindrical-coordinate representation of color #55044C: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55044C is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 76 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.67 |
| HSL | 306.67º | 0.91% | 0.17% | - |
| HSV(B) | 306.67º | 0.95% | 0.33% | - |
| XYZ | 5.09 | 2.54 | 7.06 | - |
| YUV | 36.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 76 | 0 | 0.95 | 0.11 | 0.67 | 306.67 | 0.91 | 0.17 |
| Hex | 55 | 4 | 4C | 0 | 5F | B | 43 | 133 | 5B | 11 |
| Octal | 125 | 4 | 114 | 0 | 137 | 13 | 103 | 463 | 133 | 21 |
| Binary | 1010101 | 100 | 1001100 | 0 | 1011111 | 1011 | 1000011 | 100110011 | 1011011 | 10001 |
Color Harmonies of #55044C
Complementary color
Monochromatic Colors of #55044C
Black with #55044C
Text Example
Text Example
White with #55044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55044C; }
p { color: rgb(85,4,76); }
H1.HeaderClassName
{
color: #55044C;
}
.AnyTagClassName
{
color: #55044C;
}
</style>
background-color css
<style>
a { background-color: #55044C; }
a { background-color: rgb(85,4,76); }
div.DivClassName
{
background-color: #55044C;
}
.BgClassName
{
background-color: #55044C;
}
</style>
border-color css
<style>
span { border-color: #55044C; }
span { border-color: rgb(85,4,76); }
td.TdClassName
{
border-color: #55044C;
}
.TagClassName
{
border-color: #55044C;
}
</style>