Shades of Tyrian Purple #55094C
Tints of Tyrian Purple #55094C
RGB
CMYK
RGB Variations
Color information
#55094C (or 0x55094C) is known color: Tyrian Purple. HEX triplet: 55, 09 and 4C. RGB value is (85,9,76). Sum of RGB (Red+Green+Blue) = 85+9+76=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55094C is #AAF6B3. Grayscale: #272727. Windows color (decimal): -11204276 or 4983125. OLE color: 4983125.
HSL color Cylindrical-coordinate representation of color #55094C: hue angle of 307.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55094C is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 76 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.67 |
| HSL | 307.11º | 0.81% | 0.18% | - |
| HSV(B) | 307.11º | 0.89% | 0.33% | - |
| XYZ | 5.15 | 2.65 | 7.08 | - |
| YUV | 39.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 76 | 0 | 0.89 | 0.11 | 0.67 | 307.11 | 0.81 | 0.18 |
| Hex | 55 | 9 | 4C | 0 | 59 | B | 43 | 133 | 51 | 12 |
| Octal | 125 | 11 | 114 | 0 | 131 | 13 | 103 | 463 | 121 | 22 |
| Binary | 1010101 | 1001 | 1001100 | 0 | 1011001 | 1011 | 1000011 | 100110011 | 1010001 | 10010 |
Color Harmonies of #55094C
Complementary color
Monochromatic Colors of #55094C
Black with #55094C
Text Example
Text Example
White with #55094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55094C; }
p { color: rgb(85,9,76); }
H1.HeaderClassName
{
color: #55094C;
}
.AnyTagClassName
{
color: #55094C;
}
</style>
background-color css
<style>
a { background-color: #55094C; }
a { background-color: rgb(85,9,76); }
div.DivClassName
{
background-color: #55094C;
}
.BgClassName
{
background-color: #55094C;
}
</style>
border-color css
<style>
span { border-color: #55094C; }
span { border-color: rgb(85,9,76); }
td.TdClassName
{
border-color: #55094C;
}
.TagClassName
{
border-color: #55094C;
}
</style>