Shades of Tyrian Purple #55084A
Tints of Tyrian Purple #55084A
RGB
CMYK
RGB Variations
Color information
#55084A (or 0x55084A) is known color: Tyrian Purple. HEX triplet: 55, 08 and 4A. RGB value is (85,8,74). Sum of RGB (Red+Green+Blue) = 85+8+74=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55084A is #AAF7B5. Grayscale: #262626. Windows color (decimal): -11204534 or 4851797. OLE color: 4851797.
HSL color Cylindrical-coordinate representation of color #55084A: hue angle of 308.57º 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 #55084A is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 74 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.67 |
| HSL | 308.57º | 0.83% | 0.18% | - |
| HSV(B) | 308.57º | 0.91% | 0.33% | - |
| XYZ | 5.07 | 2.6 | 6.71 | - |
| YUV | 38.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 74 | 0 | 0.91 | 0.13 | 0.67 | 308.57 | 0.83 | 0.18 |
| Hex | 55 | 8 | 4A | 0 | 5B | D | 43 | 135 | 53 | 12 |
| Octal | 125 | 10 | 112 | 0 | 133 | 15 | 103 | 465 | 123 | 22 |
| Binary | 1010101 | 1000 | 1001010 | 0 | 1011011 | 1101 | 1000011 | 100110101 | 1010011 | 10010 |
Color Harmonies of #55084A
Complementary color
Monochromatic Colors of #55084A
Black with #55084A
Text Example
Text Example
White with #55084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55084A; }
p { color: rgb(85,8,74); }
H1.HeaderClassName
{
color: #55084A;
}
.AnyTagClassName
{
color: #55084A;
}
</style>
background-color css
<style>
a { background-color: #55084A; }
a { background-color: rgb(85,8,74); }
div.DivClassName
{
background-color: #55084A;
}
.BgClassName
{
background-color: #55084A;
}
</style>
border-color css
<style>
span { border-color: #55084A; }
span { border-color: rgb(85,8,74); }
td.TdClassName
{
border-color: #55084A;
}
.TagClassName
{
border-color: #55084A;
}
</style>