Shades of Tyrian Purple #55084C
Tints of Tyrian Purple #55084C
RGB
CMYK
RGB Variations
Color information
#55084C (or 0x55084C) is known color: Tyrian Purple. HEX triplet: 55, 08 and 4C. RGB value is (85,8,76). Sum of RGB (Red+Green+Blue) = 85+8+76=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55084C is #AAF7B3. Grayscale: #262626. Windows color (decimal): -11204532 or 4982869. OLE color: 4982869.
HSL color Cylindrical-coordinate representation of color #55084C: hue angle of 307.01º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55084C is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 76 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.67 |
| HSL | 307.01º | 0.83% | 0.18% | - |
| HSV(B) | 307.01º | 0.91% | 0.33% | - |
| XYZ | 5.14 | 2.63 | 7.07 | - |
| YUV | 38.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 76 | 0 | 0.91 | 0.11 | 0.67 | 307.01 | 0.83 | 0.18 |
| Hex | 55 | 8 | 4C | 0 | 5B | B | 43 | 133 | 53 | 12 |
| Octal | 125 | 10 | 114 | 0 | 133 | 13 | 103 | 463 | 123 | 22 |
| Binary | 1010101 | 1000 | 1001100 | 0 | 1011011 | 1011 | 1000011 | 100110011 | 1010011 | 10010 |
Color Harmonies of #55084C
Complementary color
Monochromatic Colors of #55084C
Black with #55084C
Text Example
Text Example
White with #55084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55084C; }
p { color: rgb(85,8,76); }
H1.HeaderClassName
{
color: #55084C;
}
.AnyTagClassName
{
color: #55084C;
}
</style>
background-color css
<style>
a { background-color: #55084C; }
a { background-color: rgb(85,8,76); }
div.DivClassName
{
background-color: #55084C;
}
.BgClassName
{
background-color: #55084C;
}
</style>
border-color css
<style>
span { border-color: #55084C; }
span { border-color: rgb(85,8,76); }
td.TdClassName
{
border-color: #55084C;
}
.TagClassName
{
border-color: #55084C;
}
</style>