Shades of Tyrian Purple #550433
Tints of Tyrian Purple #550433
RGB
CMYK
RGB Variations
Color information
#550433 (or 0x550433) is known color: Tyrian Purple. HEX triplet: 55, 04 and 33. RGB value is (85,4,51). Sum of RGB (Red+Green+Blue) = 85+4+51=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550433 is #AAFBCC. Grayscale: #212121. Windows color (decimal): -11205581 or 3343445. OLE color: 3343445.
HSL color Cylindrical-coordinate representation of color #550433: hue angle of 325.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550433 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 51 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.67 |
| HSL | 325.19º | 0.91% | 0.17% | - |
| HSV(B) | 325.19º | 0.95% | 0.33% | - |
| XYZ | 4.39 | 2.26 | 3.34 | - |
| YUV | 33.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 51 | 0 | 0.95 | 0.40 | 0.67 | 325.19 | 0.91 | 0.17 |
| Hex | 55 | 4 | 33 | 0 | 5F | 28 | 43 | 145 | 5B | 11 |
| Octal | 125 | 4 | 63 | 0 | 137 | 50 | 103 | 505 | 133 | 21 |
| Binary | 1010101 | 100 | 110011 | 0 | 1011111 | 101000 | 1000011 | 101000101 | 1011011 | 10001 |
Color Harmonies of #550433
Complementary color
Monochromatic Colors of #550433
Black with #550433
Text Example
Text Example
White with #550433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550433; }
p { color: rgb(85,4,51); }
H1.HeaderClassName
{
color: #550433;
}
.AnyTagClassName
{
color: #550433;
}
</style>
background-color css
<style>
a { background-color: #550433; }
a { background-color: rgb(85,4,51); }
div.DivClassName
{
background-color: #550433;
}
.BgClassName
{
background-color: #550433;
}
</style>
border-color css
<style>
span { border-color: #550433; }
span { border-color: rgb(85,4,51); }
td.TdClassName
{
border-color: #550433;
}
.TagClassName
{
border-color: #550433;
}
</style>