Shades of Tyrian Purple #550033
Tints of Tyrian Purple #550033
RGB
CMYK
RGB Variations
Color information
#550033 (or 0x550033) is known color: Tyrian Purple. HEX triplet: 55, 00 and 33. RGB value is (85,0,51). Sum of RGB (Red+Green+Blue) = 85+0+51=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #550033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550033 is #AAFFCC. Grayscale: #1F1F1F. Windows color (decimal): -11206605 or 3342421. OLE color: 3342421.
HSL color Cylindrical-coordinate representation of color #550033: hue angle of 324º 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 #550033 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.40 | 0.67 |
| HSL | 324º | 1% | 0.17% | - |
| HSV(B) | 324º | 1% | 0.33% | - |
| XYZ | 4.34 | 2.17 | 3.32 | - |
| YUV | 31.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 51 | 0 | 1 | 0.40 | 0.67 | 324 | 1 | 0.17 |
| Hex | 55 | 0 | 33 | 0 | 64 | 28 | 43 | 144 | 64 | 11 |
| Octal | 125 | 0 | 63 | 0 | 144 | 50 | 103 | 504 | 144 | 21 |
| Binary | 1010101 | 0 | 110011 | 0 | 1100100 | 101000 | 1000011 | 101000100 | 1100100 | 10001 |
Color Harmonies of #550033
Complementary color
Monochromatic Colors of #550033
Black with #550033
Text Example
Text Example
White with #550033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550033; }
p { color: rgb(85,0,51); }
H1.HeaderClassName
{
color: #550033;
}
.AnyTagClassName
{
color: #550033;
}
</style>
background-color css
<style>
a { background-color: #550033; }
a { background-color: rgb(85,0,51); }
div.DivClassName
{
background-color: #550033;
}
.BgClassName
{
background-color: #550033;
}
</style>
border-color css
<style>
span { border-color: #550033; }
span { border-color: rgb(85,0,51); }
td.TdClassName
{
border-color: #550033;
}
.TagClassName
{
border-color: #550033;
}
</style>