Shades of Tyrian Purple #550034
Tints of Tyrian Purple #550034
RGB
CMYK
RGB Variations
Color information
#550034 (or 0x550034) is known color: Tyrian Purple. HEX triplet: 55, 00 and 34. RGB value is (85,0,52). Sum of RGB (Red+Green+Blue) = 85+0+52=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #550034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550034 is #AAFFCB. Grayscale: #1F1F1F. Windows color (decimal): -11206604 or 3407957. OLE color: 3407957.
HSL color Cylindrical-coordinate representation of color #550034: hue angle of 323.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550034 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.39 | 0.67 |
| HSL | 323.29º | 1% | 0.17% | - |
| HSV(B) | 323.29º | 1% | 0.33% | - |
| XYZ | 4.37 | 2.18 | 3.44 | - |
| YUV | 31.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 52 | 0 | 1 | 0.39 | 0.67 | 323.29 | 1 | 0.17 |
| Hex | 55 | 0 | 34 | 0 | 64 | 27 | 43 | 143 | 64 | 11 |
| Octal | 125 | 0 | 64 | 0 | 144 | 47 | 103 | 503 | 144 | 21 |
| Binary | 1010101 | 0 | 110100 | 0 | 1100100 | 100111 | 1000011 | 101000011 | 1100100 | 10001 |
Color Harmonies of #550034
Complementary color
Monochromatic Colors of #550034
Black with #550034
Text Example
Text Example
White with #550034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550034; }
p { color: rgb(85,0,52); }
H1.HeaderClassName
{
color: #550034;
}
.AnyTagClassName
{
color: #550034;
}
</style>
background-color css
<style>
a { background-color: #550034; }
a { background-color: rgb(85,0,52); }
div.DivClassName
{
background-color: #550034;
}
.BgClassName
{
background-color: #550034;
}
</style>
border-color css
<style>
span { border-color: #550034; }
span { border-color: rgb(85,0,52); }
td.TdClassName
{
border-color: #550034;
}
.TagClassName
{
border-color: #550034;
}
</style>